Html Css Color HEX #399972 Eucalyptus

📋 copy color: '#399972'

red 57 ◦ green 153 ◦ blue 114

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

Shades of Eucalyptus #399972

Tints of Eucalyptus #399972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.22%

 BLUE value IS 114 (44.92% from 255) = 35.19%

R = 17.59%
G = 47.22%
B = 35.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#399972 (or 0x399972) is known color: Eucalyptus. HEX triplet: 39, 99 and 72. RGB value is (57,153,114). Sum of RGB (Red+Green+Blue) = 57+153+114=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #399972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399972 is #C6668D. Grayscale: #777777. Windows color (decimal): -13002382 or 7510329. OLE color: 7510329.

HSL color Cylindrical-coordinate representation of color #399972: hue angle of 155.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399972 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 153 114 -
CMYK 0.63 0 0.25 0.4
HSL 155.63º 0.46% 0.41% -
HSV(B) 155.63º 0.63% 0.6% -
XYZ 16.12 24.87 19.87 -
YUV 119.85 124.7 83.17 -
System Red Green Blue C M Y K H S L
Decimal 57 153 114 0.63 0 0.25 0.4 155.63 0.46 0.41
Hex 39 99 72 3F 0 19 28 9C 2E 29
Octal 71 231 162 77 0 31 50 234 56 51
Binary 111001 10011001 1110010 111111 0 11001 101000 10011100 101110 101001

Color Harmonies of #399972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399972

Black with #399972

Text Example


Text Example

White with #399972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399972; }

 p { color: rgb(57,153,114); }

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

background-color css

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

 a { background-color: rgb(57,153,114); }

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

border-color css

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

 span { border-color: rgb(57,153,114); }

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