Html Css Color HEX #34985B Eucalyptus

📋 copy color: '#34985B'

red 52 ◦ green 152 ◦ blue 91

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

Shades of Eucalyptus #34985B

Tints of Eucalyptus #34985B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.85%

R = 17.63%
G = 51.53%
B = 30.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#34985B (or 0x34985B) is known color: Eucalyptus. HEX triplet: 34, 98 and 5B. RGB value is (52,152,91). Sum of RGB (Red+Green+Blue) = 52+152+91=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #34985B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34985B is #CB67A4. Grayscale: #737373. Windows color (decimal): -13330341 or 6002740. OLE color: 6002740.

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

Color convert

RGB 52 152 91 -
CMYK 0.66 0 0.40 0.40
HSL 143.4º 0.49% 0.4% -
HSV(B) 143.4º 0.66% 0.6% -
XYZ 14.53 23.94 13.75 -
YUV 115.15 114.37 82.96 -
System Red Green Blue C M Y K H S L
Decimal 52 152 91 0.66 0 0.40 0.40 143.4 0.49 0.4
Hex 34 98 5B 42 0 28 28 8F 31 28
Octal 64 230 133 102 0 50 50 217 61 50
Binary 110100 10011000 1011011 1000010 0 101000 101000 10001111 110001 101000

Color Harmonies of #34985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34985B

Black with #34985B

Text Example


Text Example

White with #34985B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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