Html Css Color HEX #349866 Eucalyptus

📋 copy color: '#349866'

red 52 ◦ green 152 ◦ blue 102

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

Shades of Eucalyptus #349866

Tints of Eucalyptus #349866

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.67%

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

R = 16.99%
G = 49.67%
B = 33.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#349866 (or 0x349866) is known color: Eucalyptus. HEX triplet: 34, 98 and 66. RGB value is (52,152,102). Sum of RGB (Red+Green+Blue) = 52+152+102=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #349866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349866 is #CB6799. Grayscale: #747474. Windows color (decimal): -13330330 or 6723636. OLE color: 6723636.

HSL color Cylindrical-coordinate representation of color #349866: hue angle of 150º 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 #349866 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 152 102 -
CMYK 0.66 0 0.33 0.40
HSL 150º 0.49% 0.4% -
HSV(B) 150º 0.66% 0.6% -
XYZ 15.04 24.15 16.44 -
YUV 116.4 119.87 82.07 -
System Red Green Blue C M Y K H S L
Decimal 52 152 102 0.66 0 0.33 0.40 150 0.49 0.4
Hex 34 98 66 42 0 21 28 96 31 28
Octal 64 230 146 102 0 41 50 226 61 50
Binary 110100 10011000 1100110 1000010 0 100001 101000 10010110 110001 101000

Color Harmonies of #349866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349866

Black with #349866

Text Example


Text Example

White with #349866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349866; }

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

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

background-color css

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

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

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

border-color css

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

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

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