Html Css Color HEX #339060 Eucalyptus

📋 copy color: '#339060'

red 51 ◦ green 144 ◦ blue 96

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

Shades of Eucalyptus #339060

Tints of Eucalyptus #339060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.48%

 BLUE value IS 96 (37.89% from 255) = 32.99%

R = 17.53%
G = 49.48%
B = 32.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#339060 (or 0x339060) is known color: Eucalyptus. HEX triplet: 33, 90 and 60. RGB value is (51,144,96). Sum of RGB (Red+Green+Blue) = 51+144+96=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #339060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339060 is #CC6F9F. Grayscale: #6E6E6E. Windows color (decimal): -13397920 or 6328371. OLE color: 6328371.

HSL color Cylindrical-coordinate representation of color #339060: hue angle of 149.03º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339060 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 144 96 -
CMYK 0.65 0 0.33 0.44
HSL 149.03º 0.48% 0.38% -
HSV(B) 149.03º 0.65% 0.56% -
XYZ 13.45 21.49 14.51 -
YUV 110.72 119.69 85.4 -
System Red Green Blue C M Y K H S L
Decimal 51 144 96 0.65 0 0.33 0.44 149.03 0.48 0.38
Hex 33 90 60 41 0 21 2C 95 30 26
Octal 63 220 140 101 0 41 54 225 60 46
Binary 110011 10010000 1100000 1000001 0 100001 101100 10010101 110000 100110

Color Harmonies of #339060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339060

Black with #339060

Text Example


Text Example

White with #339060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339060; }

 p { color: rgb(51,144,96); }

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

background-color css

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

 a { background-color: rgb(51,144,96); }

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

border-color css

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

 span { border-color: rgb(51,144,96); }

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