Html Css Color HEX #34754D Amazon

📋 copy color: '#34754D'

red 52 ◦ green 117 ◦ blue 77

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

Shades of Amazon #34754D

Tints of Amazon #34754D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.3%

R = 21.14%
G = 47.56%
B = 31.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#34754D (or 0x34754D) is known color: Amazon. HEX triplet: 34, 75 and 4D. RGB value is (52,117,77). Sum of RGB (Red+Green+Blue) = 52+117+77=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #34754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34754D is #CB8AB2. Grayscale: #5D5D5D. Windows color (decimal): -13339315 or 5076276. OLE color: 5076276.

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

Color convert

RGB 52 117 77 -
CMYK 0.56 0 0.34 0.54
HSL 143.08º 0.38% 0.33% -
HSV(B) 143.08º 0.56% 0.46% -
XYZ 9.12 13.99 9.24 -
YUV 93.01 118.97 98.75 -
System Red Green Blue C M Y K H S L
Decimal 52 117 77 0.56 0 0.34 0.54 143.08 0.38 0.33
Hex 34 75 4D 38 0 22 36 8F 26 21
Octal 64 165 115 70 0 42 66 217 46 41
Binary 110100 1110101 1001101 111000 0 100010 110110 10001111 100110 100001

Color Harmonies of #34754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34754D

Black with #34754D

Text Example


Text Example

White with #34754D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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