Html Css Color HEX #34985E Eucalyptus

📋 copy color: '#34985E'

red 52 ◦ green 152 ◦ blue 94

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

Shades of Eucalyptus #34985E

Tints of Eucalyptus #34985E

RGB

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

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

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

R = 17.45%
G = 51.01%
B = 31.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#34985E (or 0x34985E) is known color: Eucalyptus. HEX triplet: 34, 98 and 5E. RGB value is (52,152,94). Sum of RGB (Red+Green+Blue) = 52+152+94=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #34985E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34985E is #CB67A1. Grayscale: #737373. Windows color (decimal): -13330338 or 6199348. OLE color: 6199348.

HSL color Cylindrical-coordinate representation of color #34985E: hue angle of 145.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 #34985E is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 152 94 -
CMYK 0.66 0 0.38 0.40
HSL 145.2º 0.49% 0.4% -
HSV(B) 145.2º 0.66% 0.6% -
XYZ 14.66 23.99 14.45 -
YUV 115.49 115.87 82.72 -
System Red Green Blue C M Y K H S L
Decimal 52 152 94 0.66 0 0.38 0.40 145.2 0.49 0.4
Hex 34 98 5E 42 0 26 28 91 31 28
Octal 64 230 136 102 0 46 50 221 61 50
Binary 110100 10011000 1011110 1000010 0 100110 101000 10010001 110001 101000

Color Harmonies of #34985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34985E

Black with #34985E

Text Example


Text Example

White with #34985E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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