Html Css Color HEX #34774C Amazon

📋 copy color: '#34774C'

red 52 ◦ green 119 ◦ blue 76

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

Shades of Amazon #34774C

Tints of Amazon #34774C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.18%

 BLUE value IS 76 (30.08% from 255) = 30.77%

R = 21.05%
G = 48.18%
B = 30.77%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#34774C (or 0x34774C) is known color: Amazon. HEX triplet: 34, 77 and 4C. RGB value is (52,119,76). Sum of RGB (Red+Green+Blue) = 52+119+76=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #34774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34774C is #CB88B3. Grayscale: #5E5E5E. Windows color (decimal): -13338804 or 5011252. OLE color: 5011252.

HSL color Cylindrical-coordinate representation of color #34774C: hue angle of 141.49º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34774C is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 119 76 -
CMYK 0.56 0 0.36 0.53
HSL 141.49º 0.39% 0.34% -
HSV(B) 141.49º 0.56% 0.47% -
XYZ 9.32 14.45 9.13 -
YUV 94.07 117.8 98 -
System Red Green Blue C M Y K H S L
Decimal 52 119 76 0.56 0 0.36 0.53 141.49 0.39 0.34
Hex 34 77 4C 38 0 24 35 8D 27 22
Octal 64 167 114 70 0 44 65 215 47 42
Binary 110100 1110111 1001100 111000 0 100100 110101 10001101 100111 100010

Color Harmonies of #34774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34774C

Black with #34774C

Text Example


Text Example

White with #34774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34774C; }

 p { color: rgb(52,119,76); }

 H1.HeaderClassName
 {
   color: #34774C;
 }
 .AnyTagClassName
 {
   color: #34774C;
 }
</style>

background-color css

<style>
 a { background-color: #34774C; }

 a { background-color: rgb(52,119,76); }

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

border-color css

<style>
 span { border-color: #34774C; }

 span { border-color: rgb(52,119,76); }

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