Html Css Color HEX #34945E Eucalyptus

📋 copy color: '#34945E'

red 52 ◦ green 148 ◦ blue 94

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

Shades of Eucalyptus #34945E

Tints of Eucalyptus #34945E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.97%

R = 17.69%
G = 50.34%
B = 31.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#34945E (or 0x34945E) is known color: Eucalyptus. HEX triplet: 34, 94 and 5E. RGB value is (52,148,94). Sum of RGB (Red+Green+Blue) = 52+148+94=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #34945E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34945E is #CB6BA1. Grayscale: #717171. Windows color (decimal): -13331362 or 6198324. OLE color: 6198324.

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

Color convert

RGB 52 148 94 -
CMYK 0.65 0 0.36 0.42
HSL 146.25º 0.48% 0.39% -
HSV(B) 146.25º 0.65% 0.58% -
XYZ 14.03 22.72 14.24 -
YUV 113.14 117.2 84.39 -
System Red Green Blue C M Y K H S L
Decimal 52 148 94 0.65 0 0.36 0.42 146.25 0.48 0.39
Hex 34 94 5E 41 0 24 2A 92 30 27
Octal 64 224 136 101 0 44 52 222 60 47
Binary 110100 10010100 1011110 1000001 0 100100 101010 10010010 110000 100111

Color Harmonies of #34945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34945E

Black with #34945E

Text Example


Text Example

White with #34945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34945E; }

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

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

background-color css

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

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

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

border-color css

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

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

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