Html Css Color HEX #349459 Eucalyptus

📋 copy color: '#349459'

red 52 ◦ green 148 ◦ blue 89

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

Shades of Eucalyptus #349459

Tints of Eucalyptus #349459

RGB

 RED value IS 52 (20.7% from 255) = 17.99%

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

 BLUE value IS 89 (35.16% from 255) = 30.8%

R = 17.99%
G = 51.21%
B = 30.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#349459 (or 0x349459) is known color: Eucalyptus. HEX triplet: 34, 94 and 59. RGB value is (52,148,89). Sum of RGB (Red+Green+Blue) = 52+148+89=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #349459 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349459 is #CB6BA6. Grayscale: #707070. Windows color (decimal): -13331367 or 5870644. OLE color: 5870644.

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

Color convert

RGB 52 148 89 -
CMYK 0.65 0 0.40 0.42
HSL 143.13º 0.48% 0.39% -
HSV(B) 143.13º 0.65% 0.58% -
XYZ 13.81 22.63 13.09 -
YUV 112.57 114.7 84.8 -
System Red Green Blue C M Y K H S L
Decimal 52 148 89 0.65 0 0.40 0.42 143.13 0.48 0.39
Hex 34 94 59 41 0 28 2A 8F 30 27
Octal 64 224 131 101 0 50 52 217 60 47
Binary 110100 10010100 1011001 1000001 0 101000 101010 10001111 110000 100111

Color Harmonies of #349459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349459

Black with #349459

Text Example


Text Example

White with #349459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349459; }

 p { color: rgb(52,148,89); }

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

background-color css

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

 a { background-color: rgb(52,148,89); }

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

border-color css

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

 span { border-color: rgb(52,148,89); }

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