Html Css Color HEX #349762 Eucalyptus

📋 copy color: '#349762'

red 52 ◦ green 151 ◦ blue 98

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

Shades of Eucalyptus #349762

Tints of Eucalyptus #349762

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.17%

 BLUE value IS 98 (38.67% from 255) = 32.56%

R = 17.28%
G = 50.17%
B = 32.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#349762 (or 0x349762) is known color: Eucalyptus. HEX triplet: 34, 97 and 62. RGB value is (52,151,98). Sum of RGB (Red+Green+Blue) = 52+151+98=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #349762 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349762 is #CB689D. Grayscale: #737373. Windows color (decimal): -13330590 or 6461236. OLE color: 6461236.

HSL color Cylindrical-coordinate representation of color #349762: hue angle of 147.88º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349762 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 151 98 -
CMYK 0.66 0 0.35 0.41
HSL 147.88º 0.49% 0.4% -
HSV(B) 147.88º 0.66% 0.59% -
XYZ 14.69 23.75 15.36 -
YUV 115.36 118.2 82.81 -
System Red Green Blue C M Y K H S L
Decimal 52 151 98 0.66 0 0.35 0.41 147.88 0.49 0.4
Hex 34 97 62 42 0 23 29 94 31 28
Octal 64 227 142 102 0 43 51 224 61 50
Binary 110100 10010111 1100010 1000010 0 100011 101001 10010100 110001 101000

Color Harmonies of #349762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349762

Black with #349762

Text Example


Text Example

White with #349762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349762; }

 p { color: rgb(52,151,98); }

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

background-color css

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

 a { background-color: rgb(52,151,98); }

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

border-color css

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

 span { border-color: rgb(52,151,98); }

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