Html Css Color HEX #399514 La Palma

📋 copy color: '#399514'

red 57 ◦ green 149 ◦ blue 20

#399514
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #399514

Tints of La Palma #399514

RGB

 RED value IS 57 (22.66% from 255) = 25.22%

 GREEN value IS 149 (58.59% from 255) = 65.93%

 BLUE value IS 20 (8.2% from 255) = 8.85%

R = 25.22%
G = 65.93%
B = 8.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#399514 (or 0x399514) is known color: La Palma. HEX triplet: 39, 95 and 14. RGB value is (57,149,20). Sum of RGB (Red+Green+Blue) = 57+149+20=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #399514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399514 is #C66AEB. Grayscale: #6B6B6B. Windows color (decimal): -13003500 or 1348921. OLE color: 1348921.

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

Color convert

RGB 57 149 20 -
CMYK 0.62 0 0.87 0.42
HSL 102.79º 0.76% 0.33% -
HSV(B) 102.79º 0.87% 0.58% -
XYZ 12.56 22.42 4.33 -
YUV 106.79 79.02 92.49 -
System Red Green Blue C M Y K H S L
Decimal 57 149 20 0.62 0 0.87 0.42 102.79 0.76 0.33
Hex 39 95 14 3E 0 57 2A 67 4C 21
Octal 71 225 24 76 0 127 52 147 114 41
Binary 111001 10010101 10100 111110 0 1010111 101010 1100111 1001100 100001

Color Harmonies of #399514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399514

Black with #399514

Text Example


Text Example

White with #399514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399514; }

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

 H1.HeaderClassName
 {
   color: #399514;
 }
 .AnyTagClassName
 {
   color: #399514;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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