Html Css Color HEX #339770 Eucalyptus

📋 copy color: '#339770'

red 51 ◦ green 151 ◦ blue 112

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

Shades of Eucalyptus #339770

Tints of Eucalyptus #339770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.09%

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

R = 16.24%
G = 48.09%
B = 35.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#339770 (or 0x339770) is known color: Eucalyptus. HEX triplet: 33, 97 and 70. RGB value is (51,151,112). Sum of RGB (Red+Green+Blue) = 51+151+112=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #339770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339770 is #CC688F. Grayscale: #747474. Windows color (decimal): -13396112 or 7378739. OLE color: 7378739.

HSL color Cylindrical-coordinate representation of color #339770: hue angle of 156.6º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339770 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 151 112 -
CMYK 0.66 0 0.26 0.41
HSL 156.6º 0.5% 0.4% -
HSV(B) 156.6º 0.66% 0.59% -
XYZ 15.36 24.01 19.15 -
YUV 116.65 125.37 81.17 -
System Red Green Blue C M Y K H S L
Decimal 51 151 112 0.66 0 0.26 0.41 156.6 0.5 0.4
Hex 33 97 70 42 0 1A 29 9D 32 28
Octal 63 227 160 102 0 32 51 235 62 50
Binary 110011 10010111 1110000 1000010 0 11010 101001 10011101 110010 101000

Color Harmonies of #339770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339770

Black with #339770

Text Example


Text Example

White with #339770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339770; }

 p { color: rgb(51,151,112); }

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

background-color css

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

 a { background-color: rgb(51,151,112); }

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

border-color css

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

 span { border-color: rgb(51,151,112); }

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