Html Css Color HEX #34946C Eucalyptus

📋 copy color: '#34946C'

red 52 ◦ green 148 ◦ blue 108

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

Shades of Eucalyptus #34946C

Tints of Eucalyptus #34946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.06%

R = 16.88%
G = 48.05%
B = 35.06%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#34946C (or 0x34946C) is known color: Eucalyptus. HEX triplet: 34, 94 and 6C. RGB value is (52,148,108). Sum of RGB (Red+Green+Blue) = 52+148+108=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #34946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34946C is #CB6B93. Grayscale: #727272. Windows color (decimal): -13331348 or 7115828. OLE color: 7115828.

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

Color convert

RGB 52 148 108 -
CMYK 0.65 0 0.27 0.42
HSL 155º 0.48% 0.39% -
HSV(B) 155º 0.65% 0.58% -
XYZ 14.71 22.99 17.85 -
YUV 114.74 124.2 83.25 -
System Red Green Blue C M Y K H S L
Decimal 52 148 108 0.65 0 0.27 0.42 155 0.48 0.39
Hex 34 94 6C 41 0 1B 2A 9B 30 27
Octal 64 224 154 101 0 33 52 233 60 47
Binary 110100 10010100 1101100 1000001 0 11011 101010 10011011 110000 100111

Color Harmonies of #34946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34946C

Black with #34946C

Text Example


Text Example

White with #34946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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