Html Css Color HEX #349465 Eucalyptus

📋 copy color: '#349465'

red 52 ◦ green 148 ◦ blue 101

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

Shades of Eucalyptus #349465

Tints of Eucalyptus #349465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 17.28%
G = 49.17%
B = 33.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#349465 (or 0x349465) is known color: Eucalyptus. HEX triplet: 34, 94 and 65. RGB value is (52,148,101). Sum of RGB (Red+Green+Blue) = 52+148+101=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #349465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349465 is #CB6B9A. Grayscale: #727272. Windows color (decimal): -13331355 or 6657076. OLE color: 6657076.

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

Color convert

RGB 52 148 101 -
CMYK 0.65 0 0.32 0.42
HSL 150.63º 0.48% 0.39% -
HSV(B) 150.63º 0.65% 0.58% -
XYZ 14.36 22.85 15.97 -
YUV 113.94 120.7 83.82 -
System Red Green Blue C M Y K H S L
Decimal 52 148 101 0.65 0 0.32 0.42 150.63 0.48 0.39
Hex 34 94 65 41 0 20 2A 97 30 27
Octal 64 224 145 101 0 40 52 227 60 47
Binary 110100 10010100 1100101 1000001 0 100000 101010 10010111 110000 100111

Color Harmonies of #349465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349465

Black with #349465

Text Example


Text Example

White with #349465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349465; }

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

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

background-color css

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

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

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

border-color css

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

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

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