Html Css Color HEX #349168 Eucalyptus

📋 copy color: '#349168'

red 52 ◦ green 145 ◦ blue 104

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

Shades of Eucalyptus #349168

Tints of Eucalyptus #349168

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.17%

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 17.28%
G = 48.17%
B = 34.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#349168 (or 0x349168) is known color: Eucalyptus. HEX triplet: 34, 91 and 68. RGB value is (52,145,104). Sum of RGB (Red+Green+Blue) = 52+145+104=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #349168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349168 is #CB6E97. Grayscale: #707070. Windows color (decimal): -13332120 or 6852916. OLE color: 6852916.

HSL color Cylindrical-coordinate representation of color #349168: hue angle of 153.55º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349168 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 104 -
CMYK 0.64 0 0.28 0.43
HSL 153.55º 0.47% 0.39% -
HSV(B) 153.55º 0.64% 0.57% -
XYZ 14.04 21.98 16.6 -
YUV 112.52 123.19 84.83 -
System Red Green Blue C M Y K H S L
Decimal 52 145 104 0.64 0 0.28 0.43 153.55 0.47 0.39
Hex 34 91 68 40 0 1C 2B 9A 2F 27
Octal 64 221 150 100 0 34 53 232 57 47
Binary 110100 10010001 1101000 1000000 0 11100 101011 10011010 101111 100111

Color Harmonies of #349168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349168

Black with #349168

Text Example


Text Example

White with #349168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349168; }

 p { color: rgb(52,145,104); }

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

background-color css

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

 a { background-color: rgb(52,145,104); }

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

border-color css

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

 span { border-color: rgb(52,145,104); }

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