Html Css Color HEX #349466 Eucalyptus

📋 copy color: '#349466'

red 52 ◦ green 148 ◦ blue 102

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

Shades of Eucalyptus #349466

Tints of Eucalyptus #349466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.01%

 BLUE value IS 102 (40.23% from 255) = 33.77%

R = 17.22%
G = 49.01%
B = 33.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#349466 (or 0x349466) is known color: Eucalyptus. HEX triplet: 34, 94 and 66. RGB value is (52,148,102). Sum of RGB (Red+Green+Blue) = 52+148+102=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #349466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349466 is #CB6B99. Grayscale: #727272. Windows color (decimal): -13331354 or 6722612. OLE color: 6722612.

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

Color convert

RGB 52 148 102 -
CMYK 0.65 0 0.31 0.42
HSL 151.25º 0.48% 0.39% -
HSV(B) 151.25º 0.65% 0.58% -
XYZ 14.4 22.87 16.23 -
YUV 114.05 121.2 83.74 -
System Red Green Blue C M Y K H S L
Decimal 52 148 102 0.65 0 0.31 0.42 151.25 0.48 0.39
Hex 34 94 66 41 0 1F 2A 97 30 27
Octal 64 224 146 101 0 37 52 227 60 47
Binary 110100 10010100 1100110 1000001 0 11111 101010 10010111 110000 100111

Color Harmonies of #349466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349466

Black with #349466

Text Example


Text Example

White with #349466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349466; }

 p { color: rgb(52,148,102); }

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

background-color css

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

 a { background-color: rgb(52,148,102); }

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

border-color css

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

 span { border-color: rgb(52,148,102); }

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