Html Css Color HEX #349859 Eucalyptus

📋 copy color: '#349859'

red 52 ◦ green 152 ◦ blue 89

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

Shades of Eucalyptus #349859

Tints of Eucalyptus #349859

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.88%

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

R = 17.75%
G = 51.88%
B = 30.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#349859 (or 0x349859) is known color: Eucalyptus. HEX triplet: 34, 98 and 59. RGB value is (52,152,89). Sum of RGB (Red+Green+Blue) = 52+152+89=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #349859 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349859 is #CB67A6. Grayscale: #737373. Windows color (decimal): -13330343 or 5871668. OLE color: 5871668.

HSL color Cylindrical-coordinate representation of color #349859: hue angle of 142.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349859 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 152 89 -
CMYK 0.66 0 0.41 0.40
HSL 142.2º 0.49% 0.4% -
HSV(B) 142.2º 0.66% 0.6% -
XYZ 14.45 23.91 13.3 -
YUV 114.92 113.37 83.12 -
System Red Green Blue C M Y K H S L
Decimal 52 152 89 0.66 0 0.41 0.40 142.2 0.49 0.4
Hex 34 98 59 42 0 29 28 8E 31 28
Octal 64 230 131 102 0 51 50 216 61 50
Binary 110100 10011000 1011001 1000010 0 101001 101000 10001110 110001 101000

Color Harmonies of #349859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349859

Black with #349859

Text Example


Text Example

White with #349859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349859; }

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

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

background-color css

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

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

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

border-color css

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

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

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