Html Css Color HEX #339B72 Eucalyptus

📋 copy color: '#339B72'

red 51 ◦ green 155 ◦ blue 114

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

Shades of Eucalyptus #339B72

Tints of Eucalyptus #339B72

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.44%

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

R = 15.94%
G = 48.44%
B = 35.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#339B72 (or 0x339B72) is known color: Eucalyptus. HEX triplet: 33, 9B and 72. RGB value is (51,155,114). Sum of RGB (Red+Green+Blue) = 51+155+114=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #339B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B72 is #CC648D. Grayscale: #777777. Windows color (decimal): -13395086 or 7510835. OLE color: 7510835.

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

Color convert

RGB 51 155 114 -
CMYK 0.67 0 0.26 0.39
HSL 156.35º 0.5% 0.4% -
HSV(B) 156.35º 0.67% 0.61% -
XYZ 16.12 25.36 19.97 -
YUV 119.23 125.04 79.33 -
System Red Green Blue C M Y K H S L
Decimal 51 155 114 0.67 0 0.26 0.39 156.35 0.5 0.4
Hex 33 9B 72 43 0 1A 27 9C 32 28
Octal 63 233 162 103 0 32 47 234 62 50
Binary 110011 10011011 1110010 1000011 0 11010 100111 10011100 110010 101000

Color Harmonies of #339B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339B72

Black with #339B72

Text Example


Text Example

White with #339B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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