Html Css Color HEX #349855 Eucalyptus

📋 copy color: '#349855'

red 52 ◦ green 152 ◦ blue 85

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

Shades of Eucalyptus #349855

Tints of Eucalyptus #349855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 17.99%
G = 52.6%
B = 29.41%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#349855 (or 0x349855) is known color: Eucalyptus. HEX triplet: 34, 98 and 55. RGB value is (52,152,85). Sum of RGB (Red+Green+Blue) = 52+152+85=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #349855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349855 is #CB67AA. Grayscale: #727272. Windows color (decimal): -13330347 or 5609524. OLE color: 5609524.

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

Color convert

RGB 52 152 85 -
CMYK 0.66 0 0.44 0.40
HSL 139.8º 0.49% 0.4% -
HSV(B) 139.8º 0.66% 0.6% -
XYZ 14.28 23.84 12.44 -
YUV 114.46 111.37 83.45 -
System Red Green Blue C M Y K H S L
Decimal 52 152 85 0.66 0 0.44 0.40 139.8 0.49 0.4
Hex 34 98 55 42 0 2C 28 8C 31 28
Octal 64 230 125 102 0 54 50 214 61 50
Binary 110100 10011000 1010101 1000010 0 101100 101000 10001100 110001 101000

Color Harmonies of #349855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349855

Black with #349855

Text Example


Text Example

White with #349855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349855; }

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

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

background-color css

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

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

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

border-color css

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

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

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