#359318

Color #359318 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #359318

Tints of La Palma #359318

Color information

#359318 (or 0x359318) is unknown color: approx La Palma. HEX triplet: 35, 93 and 18. RGB value is (53,147,24). Sum of RGB (Red+Green+Blue) = 53+147+24=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 147 (57.81% from 255 or 65.62% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 147 - color contains mainly: green. Hex color #359318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359318 is #CA6CE7. Grayscale: #696969. Windows color (decimal): -13266152 or 1610549. OLE color: 1610549.

HSL color Cylindrical-coordinate representation of color #359318: hue angle of 105.85º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #359318 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB5314724-
CMYK0.6400.840.42
HSL105.85º71.93%33.53%-
HSV(B)105.85º83.67%57.65%-
XYZ12.0721.694.41-
YUV104.8782.3691-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 147 (57.81% from 255) = 65.62%
BLUE value IS 24 (9.77% from 255) = 10.71%
R=23.66%
G=65.62%
B=10.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53147240.6400.840.42105.8571.9333.53
Hex359318400542A6a4822
Octal652233010001245215211042
Binary110101100100111100010000000101010010101011010101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359318; }

 p { color: rgb(53,147,24); }

 H1.HeaderClassName
 {
   color: #359318;
 }
 .AnyTagClassName
 {
   color: #359318;
 }
</style>
background-color css

<style>
 a { background-color: #359318; }

 a { background-color: rgb(53,147,24); }

 div.DivClassName
 {
   background-color: #359318;
 }
 .BgClassName
 {
   background-color: #359318;
 }
</style>
border-color css

<style>
 span { border-color: #359318; }

 span { border-color: rgb(53,147,24); }

 td.TdClassName
 {
   border-color: #359318;
 }
 .TagClassName
 {
   border-color: #359318;
 }
</style>