#35912D

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

Shades of La Palma #35912D

Tints of La Palma #35912D

Color information

#35912D (or 0x35912D) is unknown color: approx La Palma. HEX triplet: 35, 91 and 2D. RGB value is (53,145,45). Sum of RGB (Red+Green+Blue) = 53+145+45=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 145 (57.03% from 255 or 59.67% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 145 - color contains mainly: green. Hex color #35912D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35912D is #CA6ED2. Grayscale: #6A6A6A. Windows color (decimal): -13266643 or 2986293. OLE color: 2986293.

HSL color Cylindrical-coordinate representation of color #35912D: hue angle of 115.2º 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 #35912D is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB5314545-
CMYK0.6300.690.43
HSL115.2º52.63%37.25%-
HSV(B)115.2º68.97%56.86%-
XYZ12.0721.25.94-
YUV106.0993.5290.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 145 (57.03% from 255) = 59.67%
BLUE value IS 45 (17.97% from 255) = 18.52%
R=21.81%
G=59.67%
B=18.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53145450.6300.690.43115.252.6337.25
Hex35912D3F0452B733525
Octal6522155770105531636545
Binary11010110010001101101111111010001011010111110011110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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