#35922A

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

Shades of La Palma #35922A

Tints of La Palma #35922A

Color information

#35922A (or 0x35922A) is unknown color: approx La Palma. HEX triplet: 35, 92 and 2A. RGB value is (53,146,42). Sum of RGB (Red+Green+Blue) = 53+146+42=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #35922A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35922A is #CA6DD5. Grayscale: #6A6A6A. Windows color (decimal): -13266390 or 2789941. OLE color: 2789941.

HSL color Cylindrical-coordinate representation of color #35922A: hue angle of 113.65º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35922A is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB5314642-
CMYK0.6400.710.43
HSL113.65º55.32%36.86%-
HSV(B)113.65º71.23%57.25%-
XYZ12.1721.485.7-
YUV106.3491.6989.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 146 (57.42% from 255) = 60.58%
BLUE value IS 42 (16.80% from 255) = 17.43%
R=21.99%
G=60.58%
B=17.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53146420.6400.710.43113.6555.3236.86
Hex35922A400472B723725
Octal65222521000107531626745
Binary110101100100101010101000000010001111010111110010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35922A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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