#39950A

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

Shades of La Palma #39950A

Tints of La Palma #39950A

Color information

#39950A (or 0x39950A) is unknown color: approx La Palma. HEX triplet: 39, 95 and 0A. RGB value is (57,149,10). Sum of RGB (Red+Green+Blue) = 57+149+10=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 149 (58.59% from 255 or 68.98% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 149 - color contains mainly: green. Hex color #39950A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39950A is #C66AF5. Grayscale: #6A6A6A. Windows color (decimal): -13003510 or 693561. OLE color: 693561.

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

Color convert

RGB5714910-
CMYK0.6200.930.42
HSL99.71º87.42%31.18%-
HSV(B)99.71º93.29%58.43%-
XYZ12.4922.393.95-
YUV105.6574.0293.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.39%
GREEN value IS 149 (58.59% from 255) = 68.98%
BLUE value IS 10 (4.30% from 255) = 4.63%
R=26.39%
G=68.98%
B=4.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57149100.6200.930.4299.7187.4231.18
Hex3995A3E05D2A64571f
Octal71225127601355214412737
Binary111001100101011010111110010111011010101100100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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