Html Css Color HEX #399D12 La Palma

📋 copy color: '#399D12'

red 57 ◦ green 157 ◦ blue 18

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

Shades of La Palma #399D12

Tints of La Palma #399D12

RGB

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

 GREEN value IS 157 (61.72% from 255) = 67.67%

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

R = 24.57%
G = 67.67%
B = 7.76%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#399D12 (or 0x399D12) is known color: La Palma. HEX triplet: 39, 9D and 12. RGB value is (57,157,18). Sum of RGB (Red+Green+Blue) = 57+157+18=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 157 (61.72% from 255 or 67.67% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 157 - color contains mainly: green. Hex color #399D12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399D12 is #C662ED. Grayscale: #6F6F6F. Windows color (decimal): -13001454 or 1219897. OLE color: 1219897.

HSL color Cylindrical-coordinate representation of color #399D12: hue angle of 103.17º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #399D12 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 157 18 -
CMYK 0.64 0 0.89 0.38
HSL 103.17º 0.79% 0.34% -
HSV(B) 103.17º 0.89% 0.62% -
XYZ 13.85 25.03 4.67 -
YUV 111.25 75.37 89.3 -
System Red Green Blue C M Y K H S L
Decimal 57 157 18 0.64 0 0.89 0.38 103.17 0.79 0.34
Hex 39 9D 12 40 0 59 26 67 4F 22
Octal 71 235 22 100 0 131 46 147 117 42
Binary 111001 10011101 10010 1000000 0 1011001 100110 1100111 1001111 100010

Color Harmonies of #399D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399D12

Black with #399D12

Text Example


Text Example

White with #399D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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