Html Css Color HEX #34946F Eucalyptus

📋 copy color: '#34946F'

red 52 ◦ green 148 ◦ blue 111

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

Shades of Eucalyptus #34946F

Tints of Eucalyptus #34946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.59%

 BLUE value IS 111 (43.75% from 255) = 35.69%

R = 16.72%
G = 47.59%
B = 35.69%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#34946F (or 0x34946F) is known color: Eucalyptus. HEX triplet: 34, 94 and 6F. RGB value is (52,148,111). Sum of RGB (Red+Green+Blue) = 52+148+111=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #34946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34946F is #CB6B90. Grayscale: #737373. Windows color (decimal): -13331345 or 7312436. OLE color: 7312436.

HSL color Cylindrical-coordinate representation of color #34946F: hue angle of 156.88º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34946F is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 148 111 -
CMYK 0.65 0 0.25 0.42
HSL 156.88º 0.48% 0.39% -
HSV(B) 156.88º 0.65% 0.58% -
XYZ 14.88 23.06 18.71 -
YUV 115.08 125.7 83.01 -
System Red Green Blue C M Y K H S L
Decimal 52 148 111 0.65 0 0.25 0.42 156.88 0.48 0.39
Hex 34 94 6F 41 0 19 2A 9D 30 27
Octal 64 224 157 101 0 31 52 235 60 47
Binary 110100 10010100 1101111 1000001 0 11001 101010 10011101 110000 100111

Color Harmonies of #34946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34946F

Black with #34946F

Text Example


Text Example

White with #34946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34946F; }

 p { color: rgb(52,148,111); }

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

background-color css

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

 a { background-color: rgb(52,148,111); }

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

border-color css

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

 span { border-color: rgb(52,148,111); }

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