Html Css Color HEX #34755C Amazon

📋 copy color: '#34755C'

red 52 ◦ green 117 ◦ blue 92

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

Shades of Amazon #34755C

Tints of Amazon #34755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.83%

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

R = 19.92%
G = 44.83%
B = 35.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#34755C (or 0x34755C) is known color: Amazon. HEX triplet: 34, 75 and 5C. RGB value is (52,117,92). Sum of RGB (Red+Green+Blue) = 52+117+92=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #34755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34755C is #CB8AA3. Grayscale: #5E5E5E. Windows color (decimal): -13339300 or 6059316. OLE color: 6059316.

HSL color Cylindrical-coordinate representation of color #34755C: hue angle of 156.92º degrees, saturation: 0.38, 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 #34755C is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 117 92 -
CMYK 0.56 0 0.21 0.54
HSL 156.92º 0.38% 0.33% -
HSV(B) 156.92º 0.56% 0.46% -
XYZ 9.71 14.23 12.36 -
YUV 94.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 52 117 92 0.56 0 0.21 0.54 156.92 0.38 0.33
Hex 34 75 5C 38 0 15 36 9D 26 21
Octal 64 165 134 70 0 25 66 235 46 41
Binary 110100 1110101 1011100 111000 0 10101 110110 10011101 100110 100001

Color Harmonies of #34755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34755C

Black with #34755C

Text Example


Text Example

White with #34755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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