#39980B

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

Shades of La Palma #39980B

Tints of La Palma #39980B

Color information

#39980B (or 0x39980B) is unknown color: approx La Palma. HEX triplet: 39, 98 and 0B. RGB value is (57,152,11). Sum of RGB (Red+Green+Blue) = 57+152+11=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 152 (59.77% from 255 or 69.09% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 152 - color contains mainly: green. Hex color #39980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39980B is #C667F4. Grayscale: #6B6B6B. Windows color (decimal): -13002741 or 759865. OLE color: 759865.

HSL color Cylindrical-coordinate representation of color #39980B: hue angle of 100.43º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #39980B is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB5715211-
CMYK0.6200.930.40
HSL100.43º86.5%31.96%-
HSV(B)100.43º92.76%59.61%-
XYZ12.9823.354.14-
YUV107.5273.5391.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 152 (59.77% from 255) = 69.09%
BLUE value IS 11 (4.69% from 255) = 5%
R=25.91%
G=69.09%
B=5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57152110.6200.930.40100.4386.531.96
Hex3998B3E05D28645720
Octal71230137601355014412740
Binary1110011001100010111111100101110110100011001001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,152,11); }

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

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

 a { background-color: rgb(57,152,11); }

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

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

 span { border-color: rgb(57,152,11); }

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