Html Css Color HEX #399412 La Palma

📋 copy color: '#399412'

red 57 ◦ green 148 ◦ blue 18

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

Shades of La Palma #399412

Tints of La Palma #399412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 66.37%

 BLUE value IS 18 (7.42% from 255) = 8.07%

R = 25.56%
G = 66.37%
B = 8.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#399412 (or 0x399412) is known color: La Palma. HEX triplet: 39, 94 and 12. RGB value is (57,148,18). Sum of RGB (Red+Green+Blue) = 57+148+18=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 148 (58.20% from 255 or 66.37% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 148 - color contains mainly: green. Hex color #399412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399412 is #C66BED. Grayscale: #6A6A6A. Windows color (decimal): -13003758 or 1217593. OLE color: 1217593.

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

Color convert

RGB 57 148 18 -
CMYK 0.61 0 0.88 0.42
HSL 102º 0.78% 0.33% -
HSV(B) 102º 0.88% 0.58% -
XYZ 12.39 22.09 4.18 -
YUV 105.97 78.35 93.07 -
System Red Green Blue C M Y K H S L
Decimal 57 148 18 0.61 0 0.88 0.42 102 0.78 0.33
Hex 39 94 12 3D 0 58 2A 66 4E 21
Octal 71 224 22 75 0 130 52 146 116 41
Binary 111001 10010100 10010 111101 0 1011000 101010 1100110 1001110 100001

Color Harmonies of #399412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399412

Black with #399412

Text Example


Text Example

White with #399412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399412; }

 p { color: rgb(57,148,18); }

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

background-color css

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

 a { background-color: rgb(57,148,18); }

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

border-color css

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

 span { border-color: rgb(57,148,18); }

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