Html Css Color HEX #34775C Amazon

📋 copy color: '#34775C'

red 52 ◦ green 119 ◦ blue 92

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

Shades of Amazon #34775C

Tints of Amazon #34775C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.98%

R = 19.77%
G = 45.25%
B = 34.98%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#34775C (or 0x34775C) is known color: Amazon. HEX triplet: 34, 77 and 5C. RGB value is (52,119,92). Sum of RGB (Red+Green+Blue) = 52+119+92=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #34775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34775C is #CB88A3. Grayscale: #5F5F5F. Windows color (decimal): -13338788 or 6059828. OLE color: 6059828.

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

Color convert

RGB 52 119 92 -
CMYK 0.56 0 0.23 0.53
HSL 155.82º 0.39% 0.34% -
HSV(B) 155.82º 0.56% 0.47% -
XYZ 9.94 14.7 12.44 -
YUV 95.89 125.8 96.7 -
System Red Green Blue C M Y K H S L
Decimal 52 119 92 0.56 0 0.23 0.53 155.82 0.39 0.34
Hex 34 77 5C 38 0 17 35 9C 27 22
Octal 64 167 134 70 0 27 65 234 47 42
Binary 110100 1110111 1011100 111000 0 10111 110101 10011100 100111 100010

Color Harmonies of #34775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34775C

Black with #34775C

Text Example


Text Example

White with #34775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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