#35981F

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

Shades of La Palma #35981F

Tints of La Palma #35981F

Color information

#35981F (or 0x35981F) is unknown color: approx La Palma. HEX triplet: 35, 98 and 1F. RGB value is (53,152,31). Sum of RGB (Red+Green+Blue) = 53+152+31=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 152 (59.77% from 255 or 64.41% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 152 - color contains mainly: green. Hex color #35981F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35981F is #CA67E0. Grayscale: #6C6C6C. Windows color (decimal): -13264865 or 2070581. OLE color: 2070581.

HSL color Cylindrical-coordinate representation of color #35981F: hue angle of 109.09º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35981F is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB5315231-
CMYK0.6500.800.40
HSL109.09º66.12%35.88%-
HSV(B)109.09º79.61%59.61%-
XYZ12.9423.315.11-
YUV108.684.288.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 152 (59.77% from 255) = 64.41%
BLUE value IS 31 (12.5% from 255) = 13.14%
R=22.46%
G=64.41%
B=13.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53152310.6500.800.40109.0966.1235.88
Hex35981F41050286d4224
Octal652303710101205015510244
Binary110101100110001111110000010101000010100011011011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35981F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35981F; }

 p { color: rgb(53,152,31); }

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

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

 a { background-color: rgb(53,152,31); }

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

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

 span { border-color: rgb(53,152,31); }

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