Html Css Color HEX #34946A Eucalyptus

📋 copy color: '#34946A'

red 52 ◦ green 148 ◦ blue 106

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

Shades of Eucalyptus #34946A

Tints of Eucalyptus #34946A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.64%

R = 16.99%
G = 48.37%
B = 34.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#34946A (or 0x34946A) is known color: Eucalyptus. HEX triplet: 34, 94 and 6A. RGB value is (52,148,106). Sum of RGB (Red+Green+Blue) = 52+148+106=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #34946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34946A is #CB6B95. Grayscale: #727272. Windows color (decimal): -13331350 or 6984756. OLE color: 6984756.

HSL color Cylindrical-coordinate representation of color #34946A: hue angle of 153.75º 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 #34946A is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 148 106 -
CMYK 0.65 0 0.28 0.42
HSL 153.75º 0.48% 0.39% -
HSV(B) 153.75º 0.65% 0.58% -
XYZ 14.61 22.95 17.3 -
YUV 114.51 123.2 83.42 -
System Red Green Blue C M Y K H S L
Decimal 52 148 106 0.65 0 0.28 0.42 153.75 0.48 0.39
Hex 34 94 6A 41 0 1C 2A 9A 30 27
Octal 64 224 152 101 0 34 52 232 60 47
Binary 110100 10010100 1101010 1000001 0 11100 101010 10011010 110000 100111

Color Harmonies of #34946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34946A

Black with #34946A

Text Example


Text Example

White with #34946A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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