#359A19

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

Shades of La Palma #359A19

Tints of La Palma #359A19

Color information

#359A19 (or 0x359A19) is unknown color: approx La Palma. HEX triplet: 35, 9A and 19. RGB value is (53,154,25). Sum of RGB (Red+Green+Blue) = 53+154+25=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 154 (60.55% from 255 or 66.38% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 154 - color contains mainly: green. Hex color #359A19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359A19 is #CA65E6. Grayscale: #6D6D6D. Windows color (decimal): -13264359 or 1677877. OLE color: 1677877.

HSL color Cylindrical-coordinate representation of color #359A19: hue angle of 106.98º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #359A19 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB5315425-
CMYK0.6600.840.40
HSL106.98º72.07%35.1%-
HSV(B)106.98º83.77%60.39%-
XYZ13.223.944.84-
YUV109.0980.5487.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 154 (60.55% from 255) = 66.38%
BLUE value IS 25 (10.16% from 255) = 10.78%
R=22.84%
G=66.38%
B=10.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53154250.6600.840.40106.9872.0735.1
Hex359A1942054286b4823
Octal652323110201245015311043
Binary110101100110101100110000100101010010100011010111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359A19; }

 p { color: rgb(53,154,25); }

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

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

 a { background-color: rgb(53,154,25); }

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

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

 span { border-color: rgb(53,154,25); }

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