Html Css Color HEX #34765D Amazon

📋 copy color: '#34765D'

red 52 ◦ green 118 ◦ blue 93

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

Shades of Amazon #34765D

Tints of Amazon #34765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.87%

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

R = 19.77%
G = 44.87%
B = 35.36%

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

#34765D (or 0x34765D) is known color: Amazon. HEX triplet: 34, 76 and 5D. RGB value is (52,118,93). Sum of RGB (Red+Green+Blue) = 52+118+93=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #34765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34765D is #CB89A2. Grayscale: #5F5F5F. Windows color (decimal): -13339043 or 6125108. OLE color: 6125108.

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

Color convert

RGB 52 118 93 -
CMYK 0.56 0 0.21 0.54
HSL 157.27º 0.39% 0.33% -
HSV(B) 157.27º 0.56% 0.46% -
XYZ 9.87 14.48 12.63 -
YUV 95.42 126.63 97.03 -
System Red Green Blue C M Y K H S L
Decimal 52 118 93 0.56 0 0.21 0.54 157.27 0.39 0.33
Hex 34 76 5D 38 0 15 36 9D 27 21
Octal 64 166 135 70 0 25 66 235 47 41
Binary 110100 1110110 1011101 111000 0 10101 110110 10011101 100111 100001

Color Harmonies of #34765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34765D

Black with #34765D

Text Example


Text Example

White with #34765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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