Html Css Color HEX #339A70 Eucalyptus

📋 copy color: '#339A70'

red 51 ◦ green 154 ◦ blue 112

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

Shades of Eucalyptus #339A70

Tints of Eucalyptus #339A70

RGB

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

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

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

R = 16.09%
G = 48.58%
B = 35.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#339A70 (or 0x339A70) is known color: Eucalyptus. HEX triplet: 33, 9A and 70. RGB value is (51,154,112). Sum of RGB (Red+Green+Blue) = 51+154+112=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 154 (60.55% from 255 or 48.58% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 154 - color contains mainly: green. Hex color #339A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339A70 is #CC658F. Grayscale: #767676. Windows color (decimal): -13395344 or 7379507. OLE color: 7379507.

HSL color Cylindrical-coordinate representation of color #339A70: hue angle of 155.53º 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 #339A70 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 154 112 -
CMYK 0.67 0 0.27 0.40
HSL 155.53º 0.5% 0.4% -
HSV(B) 155.53º 0.67% 0.6% -
XYZ 15.85 24.98 19.32 -
YUV 118.42 124.38 79.92 -
System Red Green Blue C M Y K H S L
Decimal 51 154 112 0.67 0 0.27 0.40 155.53 0.5 0.4
Hex 33 9A 70 43 0 1B 28 9C 32 28
Octal 63 232 160 103 0 33 50 234 62 50
Binary 110011 10011010 1110000 1000011 0 11011 101000 10011100 110010 101000

Color Harmonies of #339A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339A70

Black with #339A70

Text Example


Text Example

White with #339A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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