Html Css Color HEX #34986D Eucalyptus

📋 copy color: '#34986D'

red 52 ◦ green 152 ◦ blue 109

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

Shades of Eucalyptus #34986D

Tints of Eucalyptus #34986D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 16.61%
G = 48.56%
B = 34.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#34986D (or 0x34986D) is known color: Eucalyptus. HEX triplet: 34, 98 and 6D. RGB value is (52,152,109). Sum of RGB (Red+Green+Blue) = 52+152+109=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #34986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34986D is #CB6792. Grayscale: #757575. Windows color (decimal): -13330323 or 7182388. OLE color: 7182388.

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

Color convert

RGB 52 152 109 -
CMYK 0.66 0 0.28 0.40
HSL 154.2º 0.49% 0.4% -
HSV(B) 154.2º 0.66% 0.6% -
XYZ 15.4 24.29 18.34 -
YUV 117.2 123.37 81.5 -
System Red Green Blue C M Y K H S L
Decimal 52 152 109 0.66 0 0.28 0.40 154.2 0.49 0.4
Hex 34 98 6D 42 0 1C 28 9A 31 28
Octal 64 230 155 102 0 34 50 232 61 50
Binary 110100 10011000 1101101 1000010 0 11100 101000 10011010 110001 101000

Color Harmonies of #34986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34986D

Black with #34986D

Text Example


Text Example

White with #34986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34986D; }

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

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

background-color css

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

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

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

border-color css

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

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

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