Html Css Color HEX #349369 Eucalyptus

📋 copy color: '#349369'

red 52 ◦ green 147 ◦ blue 105

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

Shades of Eucalyptus #349369

Tints of Eucalyptus #349369

RGB

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

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

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

R = 17.11%
G = 48.36%
B = 34.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#349369 (or 0x349369) is known color: Eucalyptus. HEX triplet: 34, 93 and 69. RGB value is (52,147,105). Sum of RGB (Red+Green+Blue) = 52+147+105=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #349369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349369 is #CB6C96. Grayscale: #717171. Windows color (decimal): -13331607 or 6918964. OLE color: 6918964.

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

Color convert

RGB 52 147 105 -
CMYK 0.65 0 0.29 0.42
HSL 153.47º 0.48% 0.39% -
HSV(B) 153.47º 0.65% 0.58% -
XYZ 14.4 22.62 16.97 -
YUV 113.81 123.03 83.92 -
System Red Green Blue C M Y K H S L
Decimal 52 147 105 0.65 0 0.29 0.42 153.47 0.48 0.39
Hex 34 93 69 41 0 1D 2A 99 30 27
Octal 64 223 151 101 0 35 52 231 60 47
Binary 110100 10010011 1101001 1000001 0 11101 101010 10011001 110000 100111

Color Harmonies of #349369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349369

Black with #349369

Text Example


Text Example

White with #349369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349369; }

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

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

background-color css

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

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

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

border-color css

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

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

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