#35931E

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

Shades of La Palma #35931E

Tints of La Palma #35931E

Color information

#35931E (or 0x35931E) is unknown color: approx La Palma. HEX triplet: 35, 93 and 1E. RGB value is (53,147,30). Sum of RGB (Red+Green+Blue) = 53+147+30=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 147 (57.81% from 255 or 63.91% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 147 - color contains mainly: green. Hex color #35931E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35931E is #CA6CE1. Grayscale: #696969. Windows color (decimal): -13266146 or 2003765. OLE color: 2003765.

HSL color Cylindrical-coordinate representation of color #35931E: hue angle of 108.21º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35931E is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB5314730-
CMYK0.6400.800.42
HSL108.21º66.1%34.71%-
HSV(B)108.21º79.59%57.65%-
XYZ12.1421.724.78-
YUV105.5685.3690.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 147 (57.81% from 255) = 63.91%
BLUE value IS 30 (12.11% from 255) = 13.04%
R=23.04%
G=63.91%
B=13.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53147300.6400.800.42108.2166.134.71
Hex35931E400502A6c4223
Octal652233610001205215410243
Binary110101100100111111010000000101000010101011011001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35931E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35931E; }

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

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

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

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

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

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

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

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