Html Css Color HEX #34775D Amazon

📋 copy color: '#34775D'

red 52 ◦ green 119 ◦ blue 93

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

Shades of Amazon #34775D

Tints of Amazon #34775D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.23%

R = 19.7%
G = 45.08%
B = 35.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#34775D (or 0x34775D) is known color: Amazon. HEX triplet: 34, 77 and 5D. RGB value is (52,119,93). Sum of RGB (Red+Green+Blue) = 52+119+93=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #34775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34775D is #CB88A2. Grayscale: #606060. Windows color (decimal): -13338787 or 6125364. OLE color: 6125364.

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

Color convert

RGB 52 119 93 -
CMYK 0.56 0 0.22 0.53
HSL 156.72º 0.39% 0.34% -
HSV(B) 156.72º 0.56% 0.47% -
XYZ 9.99 14.71 12.67 -
YUV 96 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 52 119 93 0.56 0 0.22 0.53 156.72 0.39 0.34
Hex 34 77 5D 38 0 16 35 9D 27 22
Octal 64 167 135 70 0 26 65 235 47 42
Binary 110100 1110111 1011101 111000 0 10110 110101 10011101 100111 100010

Color Harmonies of #34775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34775D

Black with #34775D

Text Example


Text Example

White with #34775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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