Html Css Color HEX #399300 La Palma

📋 copy color: '#399300'

red 57 ◦ green 147 ◦ blue 0

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

Shades of La Palma #399300

Tints of La Palma #399300

RGB

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

 GREEN value IS 147 (57.81% from 255) = 72.06%

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

R = 27.94%
G = 72.06%
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

#399300 (or 0x399300) is known color: La Palma. HEX triplet: 39, 93 and 00. RGB value is (57,147,0). Sum of RGB (Red+Green+Blue) = 57+147+0=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 147 (57.81% from 255 or 72.06% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 147 - color contains mainly: green. Hex color #399300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399300 is #C66CFF. Grayscale: #676767. Windows color (decimal): -13004032 or 37689. OLE color: 37689.

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

Color convert

RGB 57 147 0 -
CMYK 0.61 0 1 0.42
HSL 96.73º 1% 0.29% -
HSV(B) 96.73º 1% 0.58% -
XYZ 12.12 21.74 3.56 -
YUV 103.33 69.68 94.95 -
System Red Green Blue C M Y K H S L
Decimal 57 147 0 0.61 0 1 0.42 96.73 1 0.29
Hex 39 93 0 3D 0 64 2A 61 64 1D
Octal 71 223 0 75 0 144 52 141 144 35
Binary 111001 10010011 0 111101 0 1100100 101010 1100001 1100100 11101

Color Harmonies of #399300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399300

Black with #399300

Text Example


Text Example

White with #399300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399300; }

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

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

background-color css

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

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

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

border-color css

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

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

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