#35960B

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

Shades of La Palma #35960B

Tints of La Palma #35960B

Color information

#35960B (or 0x35960B) is unknown color: approx La Palma. HEX triplet: 35, 96 and 0B. RGB value is (53,150,11). Sum of RGB (Red+Green+Blue) = 53+150+11=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 150 (58.98% from 255 or 70.09% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 150 - color contains mainly: green. Hex color #35960B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35960B is #CA69F4. Grayscale: #696969. Windows color (decimal): -13265397 or 759349. OLE color: 759349.

HSL color Cylindrical-coordinate representation of color #35960B: hue angle of 101.87º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #35960B is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB5315011-
CMYK0.6500.930.41
HSL101.87º86.34%31.57%-
HSV(B)101.87º92.67%58.82%-
XYZ12.4322.594.02-
YUV105.1574.8690.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 150 (58.98% from 255) = 70.09%
BLUE value IS 11 (4.69% from 255) = 5.14%
R=24.77%
G=70.09%
B=5.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53150110.6500.930.41101.8786.3431.57
Hex3596B4105D29665620
Octal652261310101355114612640
Binary11010110010110101110000010101110110100111001101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35960B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35960B; }

 p { color: rgb(53,150,11); }

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

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

 a { background-color: rgb(53,150,11); }

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

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

 span { border-color: rgb(53,150,11); }

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