Html Css Color HEX #349359 Eucalyptus

📋 copy color: '#349359'

red 52 ◦ green 147 ◦ blue 89

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

Shades of Eucalyptus #349359

Tints of Eucalyptus #349359

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.04%

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

R = 18.06%
G = 51.04%
B = 30.9%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#349359 (or 0x349359) is known color: Eucalyptus. HEX triplet: 34, 93 and 59. RGB value is (52,147,89). Sum of RGB (Red+Green+Blue) = 52+147+89=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #349359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349359 is #CB6CA6. Grayscale: #707070. Windows color (decimal): -13331623 or 5870388. OLE color: 5870388.

HSL color Cylindrical-coordinate representation of color #349359: hue angle of 143.37º 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 #349359 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 147 89 -
CMYK 0.65 0 0.39 0.42
HSL 143.37º 0.48% 0.39% -
HSV(B) 143.37º 0.65% 0.58% -
XYZ 13.65 22.32 13.04 -
YUV 111.98 115.03 85.22 -
System Red Green Blue C M Y K H S L
Decimal 52 147 89 0.65 0 0.39 0.42 143.37 0.48 0.39
Hex 34 93 59 41 0 27 2A 8F 30 27
Octal 64 223 131 101 0 47 52 217 60 47
Binary 110100 10010011 1011001 1000001 0 100111 101010 10001111 110000 100111

Color Harmonies of #349359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349359

Black with #349359

Text Example


Text Example

White with #349359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349359; }

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

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

background-color css

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

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

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

border-color css

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

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

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