#35962A

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

Shades of La Palma #35962A

Tints of La Palma #35962A

Color information

#35962A (or 0x35962A) is unknown color: approx La Palma. HEX triplet: 35, 96 and 2A. RGB value is (53,150,42). Sum of RGB (Red+Green+Blue) = 53+150+42=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #35962A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35962A is #CA69D5. Grayscale: #6D6D6D. Windows color (decimal): -13265366 or 2790965. OLE color: 2790965.

HSL color Cylindrical-coordinate representation of color #35962A: hue angle of 113.89º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35962A is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB5315042-
CMYK0.6500.720.41
HSL113.89º56.25%37.65%-
HSV(B)113.89º72%58.82%-
XYZ12.7922.745.9-
YUV108.6890.3688.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 150 (58.98% from 255) = 61.22%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=21.63%
G=61.22%
B=17.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53150420.6500.720.41113.8956.2537.65
Hex35962A4104829723826
Octal65226521010110511627046
Binary110101100101101010101000001010010001010011110010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35962A; }

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

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

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

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

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

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

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

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