Html Css Color HEX #34764F Amazon

📋 copy color: '#34764F'

red 52 ◦ green 118 ◦ blue 79

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

Shades of Amazon #34764F

Tints of Amazon #34764F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.73%

R = 20.88%
G = 47.39%
B = 31.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#34764F (or 0x34764F) is known color: Amazon. HEX triplet: 34, 76 and 4F. RGB value is (52,118,79). Sum of RGB (Red+Green+Blue) = 52+118+79=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #34764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34764F is #CB89B0. Grayscale: #5D5D5D. Windows color (decimal): -13339057 or 5207604. OLE color: 5207604.

HSL color Cylindrical-coordinate representation of color #34764F: hue angle of 144.55º 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 #34764F is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 118 79 -
CMYK 0.56 0 0.33 0.54
HSL 144.55º 0.39% 0.33% -
HSV(B) 144.55º 0.56% 0.46% -
XYZ 9.31 14.25 9.66 -
YUV 93.82 119.63 98.17 -
System Red Green Blue C M Y K H S L
Decimal 52 118 79 0.56 0 0.33 0.54 144.55 0.39 0.33
Hex 34 76 4F 38 0 21 36 91 27 21
Octal 64 166 117 70 0 41 66 221 47 41
Binary 110100 1110110 1001111 111000 0 100001 110110 10010001 100111 100001

Color Harmonies of #34764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34764F

Black with #34764F

Text Example


Text Example

White with #34764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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