Html Css Color HEX #349558 Eucalyptus

📋 copy color: '#349558'

red 52 ◦ green 149 ◦ blue 88

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

Shades of Eucalyptus #349558

Tints of Eucalyptus #349558

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.56%

 BLUE value IS 88 (34.77% from 255) = 30.45%

R = 17.99%
G = 51.56%
B = 30.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#349558 (or 0x349558) is known color: Eucalyptus. HEX triplet: 34, 95 and 58. RGB value is (52,149,88). Sum of RGB (Red+Green+Blue) = 52+149+88=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #349558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349558 is #CB6AA7. Grayscale: #717171. Windows color (decimal): -13331112 or 5805364. OLE color: 5805364.

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

Color convert

RGB 52 149 88 -
CMYK 0.65 0 0.41 0.42
HSL 142.27º 0.48% 0.39% -
HSV(B) 142.27º 0.65% 0.58% -
XYZ 13.93 22.93 12.92 -
YUV 113.04 113.86 84.46 -
System Red Green Blue C M Y K H S L
Decimal 52 149 88 0.65 0 0.41 0.42 142.27 0.48 0.39
Hex 34 95 58 41 0 29 2A 8E 30 27
Octal 64 225 130 101 0 51 52 216 60 47
Binary 110100 10010101 1011000 1000001 0 101001 101010 10001110 110000 100111

Color Harmonies of #349558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349558

Black with #349558

Text Example


Text Example

White with #349558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349558; }

 p { color: rgb(52,149,88); }

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

background-color css

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

 a { background-color: rgb(52,149,88); }

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

border-color css

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

 span { border-color: rgb(52,149,88); }

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