#399500

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

Shades of La Palma #399500

Tints of La Palma #399500

Color information

#399500 (or 0x399500) is unknown color: approx La Palma. HEX triplet: 39, 95 and 00. RGB value is (57,149,0). Sum of RGB (Red+Green+Blue) = 57+149+0=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 149 (58.59% from 255 or 72.33% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 149 - color contains mainly: green. Hex color #399500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399500 is #C66AFF. Grayscale: #696969. Windows color (decimal): -13003520 or 38201. OLE color: 38201.

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

Color convert

RGB571490-
CMYK0.62010.42
HSL97.05º100%29.22%-
HSV(B)97.05º100%58.43%-
XYZ12.4322.363.66-
YUV104.5169.0294.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 149 (58.59% from 255) = 72.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.67%
G=72.33%
B=0%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5714900.62010.4297.0510029.22
Hex399503E0642A61641d
Octal7122507601445214114435
Binary111001100101010111110011001001010101100001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399500; }

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

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

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

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

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

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

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

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