Html Css Color HEX #34985F Eucalyptus

📋 copy color: '#34985F'

red 52 ◦ green 152 ◦ blue 95

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

Shades of Eucalyptus #34985F

Tints of Eucalyptus #34985F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.77%

R = 17.39%
G = 50.84%
B = 31.77%

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

#34985F (or 0x34985F) is known color: Eucalyptus. HEX triplet: 34, 98 and 5F. RGB value is (52,152,95). Sum of RGB (Red+Green+Blue) = 52+152+95=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #34985F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34985F is #CB67A0. Grayscale: #737373. Windows color (decimal): -13330337 or 6264884. OLE color: 6264884.

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

Color convert

RGB 52 152 95 -
CMYK 0.66 0 0.38 0.40
HSL 145.8º 0.49% 0.4% -
HSV(B) 145.8º 0.66% 0.6% -
XYZ 14.71 24.01 14.69 -
YUV 115.6 116.37 82.63 -
System Red Green Blue C M Y K H S L
Decimal 52 152 95 0.66 0 0.38 0.40 145.8 0.49 0.4
Hex 34 98 5F 42 0 26 28 92 31 28
Octal 64 230 137 102 0 46 50 222 61 50
Binary 110100 10011000 1011111 1000010 0 100110 101000 10010010 110001 101000

Color Harmonies of #34985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34985F

Black with #34985F

Text Example


Text Example

White with #34985F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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