Html Css Color HEX #399B70 Eucalyptus

📋 copy color: '#399B70'

red 57 ◦ green 155 ◦ blue 112

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

Shades of Eucalyptus #399B70

Tints of Eucalyptus #399B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.84%

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 17.59%
G = 47.84%
B = 34.57%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#399B70 (or 0x399B70) is known color: Eucalyptus. HEX triplet: 39, 9B and 70. RGB value is (57,155,112). Sum of RGB (Red+Green+Blue) = 57+155+112=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #399B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399B70 is #C6648F. Grayscale: #787878. Windows color (decimal): -13001872 or 7379769. OLE color: 7379769.

HSL color Cylindrical-coordinate representation of color #399B70: hue angle of 153.67º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399B70 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 155 112 -
CMYK 0.63 0 0.28 0.39
HSL 153.67º 0.46% 0.42% -
HSV(B) 153.67º 0.63% 0.61% -
XYZ 16.33 25.48 19.39 -
YUV 120.8 123.03 82.5 -
System Red Green Blue C M Y K H S L
Decimal 57 155 112 0.63 0 0.28 0.39 153.67 0.46 0.42
Hex 39 9B 70 3F 0 1C 27 9A 2E 2A
Octal 71 233 160 77 0 34 47 232 56 52
Binary 111001 10011011 1110000 111111 0 11100 100111 10011010 101110 101010

Color Harmonies of #399B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399B70

Black with #399B70

Text Example


Text Example

White with #399B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,155,112); }

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

background-color css

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

 a { background-color: rgb(57,155,112); }

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

border-color css

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

 span { border-color: rgb(57,155,112); }

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