Html Css Color HEX #349662 Eucalyptus

📋 copy color: '#349662'

red 52 ◦ green 150 ◦ blue 98

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

Shades of Eucalyptus #349662

Tints of Eucalyptus #349662

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50%

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

R = 17.33%
G = 50%
B = 32.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#349662 (or 0x349662) is known color: Eucalyptus. HEX triplet: 34, 96 and 62. RGB value is (52,150,98). Sum of RGB (Red+Green+Blue) = 52+150+98=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #349662 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349662 is #CB699D. Grayscale: #727272. Windows color (decimal): -13330846 or 6460980. OLE color: 6460980.

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

Color convert

RGB 52 150 98 -
CMYK 0.65 0 0.35 0.41
HSL 148.16º 0.49% 0.4% -
HSV(B) 148.16º 0.65% 0.59% -
XYZ 14.53 23.42 15.31 -
YUV 114.77 118.53 83.23 -
System Red Green Blue C M Y K H S L
Decimal 52 150 98 0.65 0 0.35 0.41 148.16 0.49 0.4
Hex 34 96 62 41 0 23 29 94 31 28
Octal 64 226 142 101 0 43 51 224 61 50
Binary 110100 10010110 1100010 1000001 0 100011 101001 10010100 110001 101000

Color Harmonies of #349662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349662

Black with #349662

Text Example


Text Example

White with #349662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349662; }

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

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

background-color css

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

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

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

border-color css

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

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

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