Html Css Color HEX #399D1F La Palma

📋 copy color: '#399D1F'

red 57 ◦ green 157 ◦ blue 31

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

Shades of La Palma #399D1F

Tints of La Palma #399D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 23.27%
G = 64.08%
B = 12.65%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#399D1F (or 0x399D1F) is known color: La Palma. HEX triplet: 39, 9D and 1F. RGB value is (57,157,31). Sum of RGB (Red+Green+Blue) = 57+157+31=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 157 (61.72% from 255 or 64.08% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 157 - color contains mainly: green. Hex color #399D1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399D1F is #C662E0. Grayscale: #717171. Windows color (decimal): -13001441 or 2071865. OLE color: 2071865.

HSL color Cylindrical-coordinate representation of color #399D1F: hue angle of 107.62º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #399D1F is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 157 31 -
CMYK 0.64 0 0.80 0.38
HSL 107.62º 0.67% 0.37% -
HSV(B) 107.62º 0.8% 0.62% -
XYZ 13.99 25.08 5.4 -
YUV 112.74 81.87 88.25 -
System Red Green Blue C M Y K H S L
Decimal 57 157 31 0.64 0 0.80 0.38 107.62 0.67 0.37
Hex 39 9D 1F 40 0 50 26 6C 43 25
Octal 71 235 37 100 0 120 46 154 103 45
Binary 111001 10011101 11111 1000000 0 1010000 100110 1101100 1000011 100101

Color Harmonies of #399D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399D1F

Black with #399D1F

Text Example


Text Example

White with #399D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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