#39952A

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

Shades of La Palma #39952A

Tints of La Palma #39952A

Color information

#39952A (or 0x39952A) is unknown color: approx La Palma. HEX triplet: 39, 95 and 2A. RGB value is (57,149,42). Sum of RGB (Red+Green+Blue) = 57+149+42=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 149 (58.59% from 255 or 60.08% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 149 - color contains mainly: green. Hex color #39952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39952A is #C66AD5. Grayscale: #6D6D6D. Windows color (decimal): -13003478 or 2790713. OLE color: 2790713.

HSL color Cylindrical-coordinate representation of color #39952A: hue angle of 111.59º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39952A is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB5714942-
CMYK0.6200.720.42
HSL111.59º56.02%37.45%-
HSV(B)111.59º71.81%58.43%-
XYZ12.8522.535.86-
YUV109.2990.0290.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 149 (58.59% from 255) = 60.08%
BLUE value IS 42 (16.80% from 255) = 16.94%
R=22.98%
G=60.08%
B=16.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57149420.6200.720.42111.5956.0237.45
Hex39952A3E0482A703825
Octal7122552760110521607045
Binary11100110010101101010111110010010001010101110000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39952A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,149,42); }

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

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

 a { background-color: rgb(57,149,42); }

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

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

 span { border-color: rgb(57,149,42); }

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