Html Css Color HEX #349563 Eucalyptus

📋 copy color: '#349563'

red 52 ◦ green 149 ◦ blue 99

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

Shades of Eucalyptus #349563

Tints of Eucalyptus #349563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33%

R = 17.33%
G = 49.67%
B = 33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#349563 (or 0x349563) is known color: Eucalyptus. HEX triplet: 34, 95 and 63. RGB value is (52,149,99). Sum of RGB (Red+Green+Blue) = 52+149+99=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #349563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349563 is #CB6A9C. Grayscale: #727272. Windows color (decimal): -13331101 or 6526260. OLE color: 6526260.

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

Color convert

RGB 52 149 99 -
CMYK 0.65 0 0.34 0.42
HSL 149.07º 0.48% 0.39% -
HSV(B) 149.07º 0.65% 0.58% -
XYZ 14.42 23.13 15.51 -
YUV 114.3 119.36 83.57 -
System Red Green Blue C M Y K H S L
Decimal 52 149 99 0.65 0 0.34 0.42 149.07 0.48 0.39
Hex 34 95 63 41 0 22 2A 95 30 27
Octal 64 225 143 101 0 42 52 225 60 47
Binary 110100 10010101 1100011 1000001 0 100010 101010 10010101 110000 100111

Color Harmonies of #349563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349563

Black with #349563

Text Example


Text Example

White with #349563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349563; }

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

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

background-color css

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

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

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

border-color css

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

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

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