Html Css Color HEX #349367 Eucalyptus

📋 copy color: '#349367'

red 52 ◦ green 147 ◦ blue 103

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

Shades of Eucalyptus #349367

Tints of Eucalyptus #349367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.11%

R = 17.22%
G = 48.68%
B = 34.11%

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

#349367 (or 0x349367) is known color: Eucalyptus. HEX triplet: 34, 93 and 67. RGB value is (52,147,103). Sum of RGB (Red+Green+Blue) = 52+147+103=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #349367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349367 is #CB6C98. Grayscale: #717171. Windows color (decimal): -13331609 or 6787892. OLE color: 6787892.

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

Color convert

RGB 52 147 103 -
CMYK 0.65 0 0.30 0.42
HSL 152.21º 0.48% 0.39% -
HSV(B) 152.21º 0.65% 0.58% -
XYZ 14.3 22.58 16.44 -
YUV 113.58 122.03 84.08 -
System Red Green Blue C M Y K H S L
Decimal 52 147 103 0.65 0 0.30 0.42 152.21 0.48 0.39
Hex 34 93 67 41 0 1E 2A 98 30 27
Octal 64 223 147 101 0 36 52 230 60 47
Binary 110100 10010011 1100111 1000001 0 11110 101010 10011000 110000 100111

Color Harmonies of #349367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349367

Black with #349367

Text Example


Text Example

White with #349367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349367; }

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

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

background-color css

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

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

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

border-color css

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

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

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