#35952B

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

Shades of La Palma #35952B

Tints of La Palma #35952B

Color information

#35952B (or 0x35952B) is unknown color: approx La Palma. HEX triplet: 35, 95 and 2B. RGB value is (53,149,43). Sum of RGB (Red+Green+Blue) = 53+149+43=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 149 (58.59% from 255 or 60.82% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 149 - color contains mainly: green. Hex color #35952B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35952B is #CA6AD4. Grayscale: #6C6C6C. Windows color (decimal): -13265621 or 2856245. OLE color: 2856245.

HSL color Cylindrical-coordinate representation of color #35952B: hue angle of 114.34º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35952B is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB5314943-
CMYK0.6400.710.42
HSL114.34º55.21%37.65%-
HSV(B)114.34º71.14%58.43%-
XYZ12.6522.435.95-
YUV108.2191.288.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 149 (58.59% from 255) = 60.82%
BLUE value IS 43 (17.19% from 255) = 17.55%
R=21.63%
G=60.82%
B=17.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53149430.6400.710.42114.3455.2137.65
Hex35952B400472A723726
Octal65225531000107521626746
Binary110101100101011010111000000010001111010101110010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,149,43); }

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

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

 a { background-color: rgb(53,149,43); }

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

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

 span { border-color: rgb(53,149,43); }

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