Html Css Color HEX #339A66 Eucalyptus

📋 copy color: '#339A66'

red 51 ◦ green 154 ◦ blue 102

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

Shades of Eucalyptus #339A66

Tints of Eucalyptus #339A66

RGB

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

 GREEN value IS 154 (60.55% from 255) = 50.16%

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 16.61%
G = 50.16%
B = 33.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#339A66 (or 0x339A66) is known color: Eucalyptus. HEX triplet: 33, 9A and 66. RGB value is (51,154,102). Sum of RGB (Red+Green+Blue) = 51+154+102=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #339A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339A66 is #CC6599. Grayscale: #757575. Windows color (decimal): -13395354 or 6724147. OLE color: 6724147.

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

Color convert

RGB 51 154 102 -
CMYK 0.67 0 0.34 0.40
HSL 149.71º 0.5% 0.4% -
HSV(B) 149.71º 0.67% 0.6% -
XYZ 15.32 24.77 16.54 -
YUV 117.28 119.38 80.73 -
System Red Green Blue C M Y K H S L
Decimal 51 154 102 0.67 0 0.34 0.40 149.71 0.5 0.4
Hex 33 9A 66 43 0 22 28 96 32 28
Octal 63 232 146 103 0 42 50 226 62 50
Binary 110011 10011010 1100110 1000011 0 100010 101000 10010110 110010 101000

Color Harmonies of #339A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339A66

Black with #339A66

Text Example


Text Example

White with #339A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,154,102); }

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

background-color css

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

 a { background-color: rgb(51,154,102); }

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

border-color css

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

 span { border-color: rgb(51,154,102); }

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