#35A012

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

Shades of La Palma #35A012

Tints of La Palma #35A012

Color information

#35A012 (or 0x35A012) is unknown color: approx La Palma. HEX triplet: 35, A0 and 12. RGB value is (53,160,18). Sum of RGB (Red+Green+Blue) = 53+160+18=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 160 (62.89% from 255 or 69.26% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 160 - color contains mainly: green. Hex color #35A012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35A012 is #CA5FED. Grayscale: #707070. Windows color (decimal): -13262830 or 1220661. OLE color: 1220661.

HSL color Cylindrical-coordinate representation of color #35A012: hue angle of 105.21º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35A012 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB5316018-
CMYK0.6700.890.37
HSL105.21º79.78%34.9%-
HSV(B)105.21º88.75%62.75%-
XYZ14.1525.944.83-
YUV111.8275.0586.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.94%
GREEN value IS 160 (62.89% from 255) = 69.26%
BLUE value IS 18 (7.42% from 255) = 7.79%
R=22.94%
G=69.26%
B=7.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal53160180.6700.890.37105.2179.7834.9
Hex35A0124305925695023
Octal652402210301314515112043
Binary110101101000001001010000110101100110010111010011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A012; }

 p { color: rgb(53,160,18); }

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

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

 a { background-color: rgb(53,160,18); }

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

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

 span { border-color: rgb(53,160,18); }

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