Html Css Color HEX #357B5C Amazon

📋 copy color: '#357B5C'

red 53 ◦ green 123 ◦ blue 92

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

Shades of Amazon #357B5C

Tints of Amazon #357B5C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.9%

 BLUE value IS 92 (36.33% from 255) = 34.33%

R = 19.78%
G = 45.9%
B = 34.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#357B5C (or 0x357B5C) is known color: Amazon. HEX triplet: 35, 7B and 5C. RGB value is (53,123,92). Sum of RGB (Red+Green+Blue) = 53+123+92=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #357B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357B5C is #CA84A3. Grayscale: #626262. Windows color (decimal): -13272228 or 6060853. OLE color: 6060853.

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

Color convert

RGB 53 123 92 -
CMYK 0.57 0 0.25 0.52
HSL 153.43º 0.4% 0.35% -
HSV(B) 153.43º 0.57% 0.48% -
XYZ 10.48 15.7 12.6 -
YUV 98.54 124.31 95.52 -
System Red Green Blue C M Y K H S L
Decimal 53 123 92 0.57 0 0.25 0.52 153.43 0.4 0.35
Hex 35 7B 5C 39 0 19 34 99 28 23
Octal 65 173 134 71 0 31 64 231 50 43
Binary 110101 1111011 1011100 111001 0 11001 110100 10011001 101000 100011

Color Harmonies of #357B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357B5C

Black with #357B5C

Text Example


Text Example

White with #357B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,123,92); }

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

background-color css

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

 a { background-color: rgb(53,123,92); }

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

border-color css

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

 span { border-color: rgb(53,123,92); }

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