Html Css Color HEX #349965 Eucalyptus

📋 copy color: '#349965'

red 52 ◦ green 153 ◦ blue 101

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

Shades of Eucalyptus #349965

Tints of Eucalyptus #349965

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50%

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

R = 16.99%
G = 50%
B = 33.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#349965 (or 0x349965) is known color: Eucalyptus. HEX triplet: 34, 99 and 65. RGB value is (52,153,101). Sum of RGB (Red+Green+Blue) = 52+153+101=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #349965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349965 is #CB669A. Grayscale: #747474. Windows color (decimal): -13330075 or 6658356. OLE color: 6658356.

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

Color convert

RGB 52 153 101 -
CMYK 0.66 0 0.34 0.4
HSL 149.11º 0.49% 0.4% -
HSV(B) 149.11º 0.66% 0.6% -
XYZ 15.16 24.45 16.23 -
YUV 116.87 119.04 81.73 -
System Red Green Blue C M Y K H S L
Decimal 52 153 101 0.66 0 0.34 0.4 149.11 0.49 0.4
Hex 34 99 65 42 0 22 28 95 31 28
Octal 64 231 145 102 0 42 50 225 61 50
Binary 110100 10011001 1100101 1000010 0 100010 101000 10010101 110001 101000

Color Harmonies of #349965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349965

Black with #349965

Text Example


Text Example

White with #349965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349965; }

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

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

background-color css

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

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

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

border-color css

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

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

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