Html Css Color HEX #34755B Amazon

📋 copy color: '#34755B'

red 52 ◦ green 117 ◦ blue 91

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

Shades of Amazon #34755B

Tints of Amazon #34755B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35%

R = 20%
G = 45%
B = 35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#34755B (or 0x34755B) is known color: Amazon. HEX triplet: 34, 75 and 5B. RGB value is (52,117,91). Sum of RGB (Red+Green+Blue) = 52+117+91=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #34755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34755B is #CB8AA4. Grayscale: #5E5E5E. Windows color (decimal): -13339301 or 5993780. OLE color: 5993780.

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

Color convert

RGB 52 117 91 -
CMYK 0.56 0 0.22 0.54
HSL 156º 0.38% 0.33% -
HSV(B) 156º 0.56% 0.46% -
XYZ 9.67 14.21 12.13 -
YUV 94.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 52 117 91 0.56 0 0.22 0.54 156 0.38 0.33
Hex 34 75 5B 38 0 16 36 9C 26 21
Octal 64 165 133 70 0 26 66 234 46 41
Binary 110100 1110101 1011011 111000 0 10110 110110 10011100 100110 100001

Color Harmonies of #34755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34755B

Black with #34755B

Text Example


Text Example

White with #34755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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