Html Css Color HEX #339972 Eucalyptus

📋 copy color: '#339972'

red 51 ◦ green 153 ◦ blue 114

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

Shades of Eucalyptus #339972

Tints of Eucalyptus #339972

RGB

 RED value IS 51 (20.31% from 255) = 16.04%

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

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

R = 16.04%
G = 48.11%
B = 35.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#339972 (or 0x339972) is known color: Eucalyptus. HEX triplet: 33, 99 and 72. RGB value is (51,153,114). Sum of RGB (Red+Green+Blue) = 51+153+114=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #339972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339972 is #CC668D. Grayscale: #767676. Windows color (decimal): -13395598 or 7510323. OLE color: 7510323.

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

Color convert

RGB 51 153 114 -
CMYK 0.67 0 0.25 0.4
HSL 157.06º 0.5% 0.4% -
HSV(B) 157.06º 0.67% 0.6% -
XYZ 15.79 24.7 19.85 -
YUV 118.06 125.71 80.17 -
System Red Green Blue C M Y K H S L
Decimal 51 153 114 0.67 0 0.25 0.4 157.06 0.5 0.4
Hex 33 99 72 43 0 19 28 9D 32 28
Octal 63 231 162 103 0 31 50 235 62 50
Binary 110011 10011001 1110010 1000011 0 11001 101000 10011101 110010 101000

Color Harmonies of #339972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339972

Black with #339972

Text Example


Text Example

White with #339972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339972; }

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

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

background-color css

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

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

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

border-color css

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

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

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