Html Css Color HEX #34784E Amazon

📋 copy color: '#34784E'

red 52 ◦ green 120 ◦ blue 78

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

Shades of Amazon #34784E

Tints of Amazon #34784E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48%

 BLUE value IS 78 (30.86% from 255) = 31.2%

R = 20.8%
G = 48%
B = 31.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#34784E (or 0x34784E) is known color: Amazon. HEX triplet: 34, 78 and 4E. RGB value is (52,120,78). Sum of RGB (Red+Green+Blue) = 52+120+78=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #34784E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34784E is #CB87B1. Grayscale: #5E5E5E. Windows color (decimal): -13338546 or 5142580. OLE color: 5142580.

HSL color Cylindrical-coordinate representation of color #34784E: hue angle of 142.94º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34784E is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 120 78 -
CMYK 0.57 0 0.35 0.53
HSL 142.94º 0.4% 0.34% -
HSV(B) 142.94º 0.57% 0.47% -
XYZ 9.51 14.71 9.55 -
YUV 94.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 52 120 78 0.57 0 0.35 0.53 142.94 0.4 0.34
Hex 34 78 4E 39 0 23 35 8F 28 22
Octal 64 170 116 71 0 43 65 217 50 42
Binary 110100 1111000 1001110 111001 0 100011 110101 10001111 101000 100010

Color Harmonies of #34784E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34784E

Black with #34784E

Text Example


Text Example

White with #34784E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34784E; }

 p { color: rgb(52,120,78); }

 H1.HeaderClassName
 {
   color: #34784E;
 }
 .AnyTagClassName
 {
   color: #34784E;
 }
</style>

background-color css

<style>
 a { background-color: #34784E; }

 a { background-color: rgb(52,120,78); }

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

border-color css

<style>
 span { border-color: #34784E; }

 span { border-color: rgb(52,120,78); }

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