Html Css Color HEX #357A4A Amazon

📋 copy color: '#357A4A'

red 53 ◦ green 122 ◦ blue 74

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

Shades of Amazon #357A4A

Tints of Amazon #357A4A

RGB

 RED value IS 53 (21.09% from 255) = 21.29%

 GREEN value IS 122 (48.05% from 255) = 49%

 BLUE value IS 74 (29.3% from 255) = 29.72%

R = 21.29%
G = 49%
B = 29.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#357A4A (or 0x357A4A) is known color: Amazon. HEX triplet: 35, 7A and 4A. RGB value is (53,122,74). Sum of RGB (Red+Green+Blue) = 53+122+74=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 122 (48.05% from 255 or 49.00% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 122 - color contains mainly: green. Hex color #357A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357A4A is #CA85B5. Grayscale: #606060. Windows color (decimal): -13272502 or 4880949. OLE color: 4880949.

HSL color Cylindrical-coordinate representation of color #357A4A: hue angle of 138.26º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357A4A is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 122 74 -
CMYK 0.57 0 0.39 0.52
HSL 138.26º 0.39% 0.34% -
HSV(B) 138.26º 0.57% 0.48% -
XYZ 9.66 15.17 8.9 -
YUV 95.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 53 122 74 0.57 0 0.39 0.52 138.26 0.39 0.34
Hex 35 7A 4A 39 0 27 34 8A 27 22
Octal 65 172 112 71 0 47 64 212 47 42
Binary 110101 1111010 1001010 111001 0 100111 110100 10001010 100111 100010

Color Harmonies of #357A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357A4A

Black with #357A4A

Text Example


Text Example

White with #357A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357A4A; }

 p { color: rgb(53,122,74); }

 H1.HeaderClassName
 {
   color: #357A4A;
 }
 .AnyTagClassName
 {
   color: #357A4A;
 }
</style>

background-color css

<style>
 a { background-color: #357A4A; }

 a { background-color: rgb(53,122,74); }

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

border-color css

<style>
 span { border-color: #357A4A; }

 span { border-color: rgb(53,122,74); }

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