#35922D

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

Shades of La Palma #35922D

Tints of La Palma #35922D

Color information

#35922D (or 0x35922D) is unknown color: approx La Palma. HEX triplet: 35, 92 and 2D. RGB value is (53,146,45). Sum of RGB (Red+Green+Blue) = 53+146+45=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 146 (57.42% from 255 or 59.84% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 146 - color contains mainly: green. Hex color #35922D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35922D is #CA6DD2. Grayscale: #6A6A6A. Windows color (decimal): -13266387 or 2986549. OLE color: 2986549.

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

Color convert

RGB5314645-
CMYK0.6400.690.43
HSL115.25º52.88%37.45%-
HSV(B)115.25º69.18%57.25%-
XYZ12.2221.55.99-
YUV106.6893.1989.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 146 (57.42% from 255) = 59.84%
BLUE value IS 45 (17.97% from 255) = 18.44%
R=21.72%
G=59.84%
B=18.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53146450.6400.690.43115.2552.8837.45
Hex35922D400452B733525
Octal65222551000105531636545
Binary110101100100101011011000000010001011010111110011110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35922D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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