Html Css Color HEX #34775A Amazon

📋 copy color: '#34775A'

red 52 ◦ green 119 ◦ blue 90

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

Shades of Amazon #34775A

Tints of Amazon #34775A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.48%

R = 19.92%
G = 45.59%
B = 34.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#34775A (or 0x34775A) is known color: Amazon. HEX triplet: 34, 77 and 5A. RGB value is (52,119,90). Sum of RGB (Red+Green+Blue) = 52+119+90=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #34775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34775A is #CB88A5. Grayscale: #5F5F5F. Windows color (decimal): -13338790 or 5928756. OLE color: 5928756.

HSL color Cylindrical-coordinate representation of color #34775A: hue angle of 154.03º 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 #34775A is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 119 90 -
CMYK 0.56 0 0.24 0.53
HSL 154.03º 0.39% 0.34% -
HSV(B) 154.03º 0.56% 0.47% -
XYZ 9.86 14.66 11.98 -
YUV 95.66 124.8 96.86 -
System Red Green Blue C M Y K H S L
Decimal 52 119 90 0.56 0 0.24 0.53 154.03 0.39 0.34
Hex 34 77 5A 38 0 18 35 9A 27 22
Octal 64 167 132 70 0 30 65 232 47 42
Binary 110100 1110111 1011010 111000 0 11000 110101 10011010 100111 100010

Color Harmonies of #34775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34775A

Black with #34775A

Text Example


Text Example

White with #34775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34775A; }

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

 H1.HeaderClassName
 {
   color: #34775A;
 }
 .AnyTagClassName
 {
   color: #34775A;
 }
</style>

background-color css

<style>
 a { background-color: #34775A; }

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

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

border-color css

<style>
 span { border-color: #34775A; }

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

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