#359019

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

Shades of La Palma #359019

Tints of La Palma #359019

Color information

#359019 (or 0x359019) is unknown color: approx La Palma. HEX triplet: 35, 90 and 19. RGB value is (53,144,25). Sum of RGB (Red+Green+Blue) = 53+144+25=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 144 (56.64% from 255 or 64.86% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 144 - color contains mainly: green. Hex color #359019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359019 is #CA6FE6. Grayscale: #676767. Windows color (decimal): -13266919 or 1675317. OLE color: 1675317.

HSL color Cylindrical-coordinate representation of color #359019: hue angle of 105.88º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #359019 is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB5314425-
CMYK0.6300.830.44
HSL105.88º70.41%33.14%-
HSV(B)105.88º82.64%56.47%-
XYZ11.6220.774.32-
YUV103.2283.8592.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 144 (56.64% from 255) = 64.86%
BLUE value IS 25 (10.16% from 255) = 11.26%
R=23.87%
G=64.86%
B=11.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53144250.6300.830.44105.8870.4133.14
Hex3590193F0532C6a4621
Octal65220317701235415210641
Binary11010110010000110011111110101001110110011010101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359019; }

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

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

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

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

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

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

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

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