Html Css Color HEX #34764D Amazon

📋 copy color: '#34764D'

red 52 ◦ green 118 ◦ blue 77

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

Shades of Amazon #34764D

Tints of Amazon #34764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.77%

 BLUE value IS 77 (30.47% from 255) = 31.17%

R = 21.05%
G = 47.77%
B = 31.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#34764D (or 0x34764D) is known color: Amazon. HEX triplet: 34, 76 and 4D. RGB value is (52,118,77). Sum of RGB (Red+Green+Blue) = 52+118+77=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #34764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34764D is #CB89B2. Grayscale: #5D5D5D. Windows color (decimal): -13339059 or 5076532. OLE color: 5076532.

HSL color Cylindrical-coordinate representation of color #34764D: hue angle of 142.73º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34764D is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 118 77 -
CMYK 0.56 0 0.35 0.54
HSL 142.73º 0.39% 0.33% -
HSV(B) 142.73º 0.56% 0.46% -
XYZ 9.23 14.22 9.28 -
YUV 93.59 118.63 98.33 -
System Red Green Blue C M Y K H S L
Decimal 52 118 77 0.56 0 0.35 0.54 142.73 0.39 0.33
Hex 34 76 4D 38 0 23 36 8F 27 21
Octal 64 166 115 70 0 43 66 217 47 41
Binary 110100 1110110 1001101 111000 0 100011 110110 10001111 100111 100001

Color Harmonies of #34764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34764D

Black with #34764D

Text Example


Text Example

White with #34764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34764D; }

 p { color: rgb(52,118,77); }

 H1.HeaderClassName
 {
   color: #34764D;
 }
 .AnyTagClassName
 {
   color: #34764D;
 }
</style>

background-color css

<style>
 a { background-color: #34764D; }

 a { background-color: rgb(52,118,77); }

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

border-color css

<style>
 span { border-color: #34764D; }

 span { border-color: rgb(52,118,77); }

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