Html Css Color HEX #39996A Eucalyptus

📋 copy color: '#39996A'

red 57 ◦ green 153 ◦ blue 106

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

Shades of Eucalyptus #39996A

Tints of Eucalyptus #39996A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 18.04%
G = 48.42%
B = 33.54%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#39996A (or 0x39996A) is known color: Eucalyptus. HEX triplet: 39, 99 and 6A. RGB value is (57,153,106). Sum of RGB (Red+Green+Blue) = 57+153+106=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #39996A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39996A is #C66695. Grayscale: #777777. Windows color (decimal): -13002390 or 6986041. OLE color: 6986041.

HSL color Cylindrical-coordinate representation of color #39996A: hue angle of 150.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 #39996A is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 153 106 -
CMYK 0.63 0 0.31 0.4
HSL 150.63º 0.46% 0.41% -
HSV(B) 150.63º 0.63% 0.6% -
XYZ 15.68 24.69 17.58 -
YUV 118.94 120.7 83.82 -
System Red Green Blue C M Y K H S L
Decimal 57 153 106 0.63 0 0.31 0.4 150.63 0.46 0.41
Hex 39 99 6A 3F 0 1F 28 97 2E 29
Octal 71 231 152 77 0 37 50 227 56 51
Binary 111001 10011001 1101010 111111 0 11111 101000 10010111 101110 101001

Color Harmonies of #39996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39996A

Black with #39996A

Text Example


Text Example

White with #39996A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39996A; }

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

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

background-color css

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

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

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

border-color css

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

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

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