Html Css Color HEX #34996B Eucalyptus

📋 copy color: '#34996B'

red 52 ◦ green 153 ◦ blue 107

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

Shades of Eucalyptus #34996B

Tints of Eucalyptus #34996B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.04%

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 16.67%
G = 49.04%
B = 34.29%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#34996B (or 0x34996B) is known color: Eucalyptus. HEX triplet: 34, 99 and 6B. RGB value is (52,153,107). Sum of RGB (Red+Green+Blue) = 52+153+107=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #34996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34996B is #CB6694. Grayscale: #757575. Windows color (decimal): -13330069 or 7051572. OLE color: 7051572.

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

Color convert

RGB 52 153 107 -
CMYK 0.66 0 0.30 0.4
HSL 152.67º 0.49% 0.4% -
HSV(B) 152.67º 0.66% 0.6% -
XYZ 15.46 24.57 17.84 -
YUV 117.56 122.04 81.24 -
System Red Green Blue C M Y K H S L
Decimal 52 153 107 0.66 0 0.30 0.4 152.67 0.49 0.4
Hex 34 99 6B 42 0 1E 28 99 31 28
Octal 64 231 153 102 0 36 50 231 61 50
Binary 110100 10011001 1101011 1000010 0 11110 101000 10011001 110001 101000

Color Harmonies of #34996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34996B

Black with #34996B

Text Example


Text Example

White with #34996B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,153,107); }

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

background-color css

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

 a { background-color: rgb(52,153,107); }

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

border-color css

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

 span { border-color: rgb(52,153,107); }

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