Html Css Color HEX #339470 Eucalyptus

📋 copy color: '#339470'

red 51 ◦ green 148 ◦ blue 112

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

Shades of Eucalyptus #339470

Tints of Eucalyptus #339470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.59%

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

R = 16.4%
G = 47.59%
B = 36.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#339470 (or 0x339470) is known color: Eucalyptus. HEX triplet: 33, 94 and 70. RGB value is (51,148,112). Sum of RGB (Red+Green+Blue) = 51+148+112=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #339470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339470 is #CC6B8F. Grayscale: #727272. Windows color (decimal): -13396880 or 7377971. OLE color: 7377971.

HSL color Cylindrical-coordinate representation of color #339470: hue angle of 157.73º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339470 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 148 112 -
CMYK 0.66 0 0.24 0.42
HSL 157.73º 0.49% 0.39% -
HSV(B) 157.73º 0.66% 0.58% -
XYZ 14.88 23.05 18.99 -
YUV 114.89 126.36 82.43 -
System Red Green Blue C M Y K H S L
Decimal 51 148 112 0.66 0 0.24 0.42 157.73 0.49 0.39
Hex 33 94 70 42 0 18 2A 9E 31 27
Octal 63 224 160 102 0 30 52 236 61 47
Binary 110011 10010100 1110000 1000010 0 11000 101010 10011110 110001 100111

Color Harmonies of #339470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339470

Black with #339470

Text Example


Text Example

White with #339470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339470; }

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

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

background-color css

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

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

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

border-color css

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

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

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