Html Css Color HEX #339672 Eucalyptus

📋 copy color: '#339672'

red 51 ◦ green 150 ◦ blue 114

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

Shades of Eucalyptus #339672

Tints of Eucalyptus #339672

RGB

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

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

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

R = 16.19%
G = 47.62%
B = 36.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#339672 (or 0x339672) is known color: Eucalyptus. HEX triplet: 33, 96 and 72. RGB value is (51,150,114). Sum of RGB (Red+Green+Blue) = 51+150+114=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #339672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339672 is #CC698D. Grayscale: #747474. Windows color (decimal): -13396366 or 7509555. OLE color: 7509555.

HSL color Cylindrical-coordinate representation of color #339672: hue angle of 158.18º 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 #339672 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 150 114 -
CMYK 0.66 0 0.24 0.41
HSL 158.18º 0.49% 0.39% -
HSV(B) 158.18º 0.66% 0.59% -
XYZ 15.31 23.73 19.69 -
YUV 116.3 126.7 81.43 -
System Red Green Blue C M Y K H S L
Decimal 51 150 114 0.66 0 0.24 0.41 158.18 0.49 0.39
Hex 33 96 72 42 0 18 29 9E 31 27
Octal 63 226 162 102 0 30 51 236 61 47
Binary 110011 10010110 1110010 1000010 0 11000 101001 10011110 110001 100111

Color Harmonies of #339672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339672

Black with #339672

Text Example


Text Example

White with #339672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339672; }

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

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

background-color css

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

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

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

border-color css

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

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

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