Html Css Color HEX #339670 Eucalyptus

📋 copy color: '#339670'

red 51 ◦ green 150 ◦ blue 112

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

Shades of Eucalyptus #339670

Tints of Eucalyptus #339670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.92%

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

R = 16.29%
G = 47.92%
B = 35.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#339670 (or 0x339670) is known color: Eucalyptus. HEX triplet: 33, 96 and 70. RGB value is (51,150,112). Sum of RGB (Red+Green+Blue) = 51+150+112=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #339670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339670 is #CC698F. Grayscale: #747474. Windows color (decimal): -13396368 or 7378483. OLE color: 7378483.

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

Color convert

RGB 51 150 112 -
CMYK 0.66 0 0.25 0.41
HSL 156.97º 0.49% 0.39% -
HSV(B) 156.97º 0.66% 0.59% -
XYZ 15.2 23.69 19.1 -
YUV 116.07 125.7 81.59 -
System Red Green Blue C M Y K H S L
Decimal 51 150 112 0.66 0 0.25 0.41 156.97 0.49 0.39
Hex 33 96 70 42 0 19 29 9D 31 27
Octal 63 226 160 102 0 31 51 235 61 47
Binary 110011 10010110 1110000 1000010 0 11001 101001 10011101 110001 100111

Color Harmonies of #339670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339670

Black with #339670

Text Example


Text Example

White with #339670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339670; }

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

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

background-color css

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

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

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

border-color css

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

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

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