Html Css Color HEX #349358 Eucalyptus

📋 copy color: '#349358'

red 52 ◦ green 147 ◦ blue 88

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

Shades of Eucalyptus #349358

Tints of Eucalyptus #349358

RGB

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

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

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

R = 18.12%
G = 51.22%
B = 30.66%

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

#349358 (or 0x349358) is known color: Eucalyptus. HEX triplet: 34, 93 and 58. RGB value is (52,147,88). Sum of RGB (Red+Green+Blue) = 52+147+88=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #349358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349358 is #CB6CA7. Grayscale: #707070. Windows color (decimal): -13331624 or 5804852. OLE color: 5804852.

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

Color convert

RGB 52 147 88 -
CMYK 0.65 0 0.40 0.42
HSL 142.74º 0.48% 0.39% -
HSV(B) 142.74º 0.65% 0.58% -
XYZ 13.61 22.3 12.82 -
YUV 111.87 114.53 85.3 -
System Red Green Blue C M Y K H S L
Decimal 52 147 88 0.65 0 0.40 0.42 142.74 0.48 0.39
Hex 34 93 58 41 0 28 2A 8F 30 27
Octal 64 223 130 101 0 50 52 217 60 47
Binary 110100 10010011 1011000 1000001 0 101000 101010 10001111 110000 100111

Color Harmonies of #349358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349358

Black with #349358

Text Example


Text Example

White with #349358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349358; }

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

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

background-color css

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

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

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

border-color css

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

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

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