Html Css Color HEX #34976B Eucalyptus

📋 copy color: '#34976B'

red 52 ◦ green 151 ◦ blue 107

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

Shades of Eucalyptus #34976B

Tints of Eucalyptus #34976B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.71%

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

R = 16.77%
G = 48.71%
B = 34.52%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#34976B (or 0x34976B) is known color: Eucalyptus. HEX triplet: 34, 97 and 6B. RGB value is (52,151,107). Sum of RGB (Red+Green+Blue) = 52+151+107=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #34976B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34976B is #CB6894. Grayscale: #747474. Windows color (decimal): -13330581 or 7051060. OLE color: 7051060.

HSL color Cylindrical-coordinate representation of color #34976B: hue angle of 153.33º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34976B is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 151 107 -
CMYK 0.66 0 0.29 0.41
HSL 153.33º 0.49% 0.4% -
HSV(B) 153.33º 0.66% 0.59% -
XYZ 15.14 23.92 17.73 -
YUV 116.38 122.7 82.08 -
System Red Green Blue C M Y K H S L
Decimal 52 151 107 0.66 0 0.29 0.41 153.33 0.49 0.4
Hex 34 97 6B 42 0 1D 29 99 31 28
Octal 64 227 153 102 0 35 51 231 61 50
Binary 110100 10010111 1101011 1000010 0 11101 101001 10011001 110001 101000

Color Harmonies of #34976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34976B

Black with #34976B

Text Example


Text Example

White with #34976B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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