Html Css Color HEX #399400 La Palma

📋 copy color: '#399400'

red 57 ◦ green 148 ◦ blue 0

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

Shades of La Palma #399400

Tints of La Palma #399400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 27.8%
G = 72.2%
B = 0%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#399400 (or 0x399400) is known color: La Palma. HEX triplet: 39, 94 and 00. RGB value is (57,148,0). Sum of RGB (Red+Green+Blue) = 57+148+0=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 148 (58.20% from 255 or 72.20% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 148 - color contains mainly: green. Hex color #399400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399400 is #C66BFF. Grayscale: #686868. Windows color (decimal): -13003776 or 37945. OLE color: 37945.

HSL color Cylindrical-coordinate representation of color #399400: hue angle of 96.89º 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 #399400 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 148 0 -
CMYK 0.61 0 1 0.42
HSL 96.89º 1% 0.29% -
HSV(B) 96.89º 1% 0.58% -
XYZ 12.28 22.05 3.61 -
YUV 103.92 69.35 94.53 -
System Red Green Blue C M Y K H S L
Decimal 57 148 0 0.61 0 1 0.42 96.89 1 0.29
Hex 39 94 0 3D 0 64 2A 61 64 1D
Octal 71 224 0 75 0 144 52 141 144 35
Binary 111001 10010100 0 111101 0 1100100 101010 1100001 1100100 11101

Color Harmonies of #399400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399400

Black with #399400

Text Example


Text Example

White with #399400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399400; }

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

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

background-color css

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

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

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

border-color css

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

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

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