Html Css Color HEX #349569 Eucalyptus

📋 copy color: '#349569'

red 52 ◦ green 149 ◦ blue 105

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

Shades of Eucalyptus #349569

Tints of Eucalyptus #349569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.31%

R = 16.99%
G = 48.69%
B = 34.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#349569 (or 0x349569) is known color: Eucalyptus. HEX triplet: 34, 95 and 69. RGB value is (52,149,105). Sum of RGB (Red+Green+Blue) = 52+149+105=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #349569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349569 is #CB6A96. Grayscale: #737373. Windows color (decimal): -13331095 or 6919476. OLE color: 6919476.

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

Color convert

RGB 52 149 105 -
CMYK 0.65 0 0.30 0.42
HSL 152.78º 0.48% 0.39% -
HSV(B) 152.78º 0.65% 0.58% -
XYZ 14.71 23.24 17.08 -
YUV 114.98 122.36 83.08 -
System Red Green Blue C M Y K H S L
Decimal 52 149 105 0.65 0 0.30 0.42 152.78 0.48 0.39
Hex 34 95 69 41 0 1E 2A 99 30 27
Octal 64 225 151 101 0 36 52 231 60 47
Binary 110100 10010101 1101001 1000001 0 11110 101010 10011001 110000 100111

Color Harmonies of #349569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349569

Black with #349569

Text Example


Text Example

White with #349569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349569; }

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

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

background-color css

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

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

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

border-color css

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

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

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