Html Css Color HEX #34704B Amazon

📋 copy color: '#34704B'

red 52 ◦ green 112 ◦ blue 75

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

Shades of Amazon #34704B

Tints of Amazon #34704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.86%

 BLUE value IS 75 (29.69% from 255) = 31.38%

R = 21.76%
G = 46.86%
B = 31.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#34704B (or 0x34704B) is known color: Amazon. HEX triplet: 34, 70 and 4B. RGB value is (52,112,75). Sum of RGB (Red+Green+Blue) = 52+112+75=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #34704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34704B is #CB8FB4. Grayscale: #595959. Windows color (decimal): -13340597 or 4943924. OLE color: 4943924.

HSL color Cylindrical-coordinate representation of color #34704B: hue angle of 143º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34704B is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 112 75 -
CMYK 0.54 0 0.33 0.56
HSL 143º 0.37% 0.32% -
HSV(B) 143º 0.54% 0.44% -
XYZ 8.48 12.83 8.69 -
YUV 89.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 52 112 75 0.54 0 0.33 0.56 143 0.37 0.32
Hex 34 70 4B 36 0 21 38 8F 25 20
Octal 64 160 113 66 0 41 70 217 45 40
Binary 110100 1110000 1001011 110110 0 100001 111000 10001111 100101 100000

Color Harmonies of #34704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34704B

Black with #34704B

Text Example


Text Example

White with #34704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,112,75); }

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

background-color css

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

 a { background-color: rgb(52,112,75); }

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

border-color css

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

 span { border-color: rgb(52,112,75); }

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