Html Css Color HEX #357B4C Amazon

📋 copy color: '#357B4C'

red 53 ◦ green 123 ◦ blue 76

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

Shades of Amazon #357B4C

Tints of Amazon #357B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.16%

R = 21.03%
G = 48.81%
B = 30.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#357B4C (or 0x357B4C) is known color: Amazon. HEX triplet: 35, 7B and 4C. RGB value is (53,123,76). Sum of RGB (Red+Green+Blue) = 53+123+76=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #357B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357B4C is #CA84B3. Grayscale: #606060. Windows color (decimal): -13272244 or 5012277. OLE color: 5012277.

HSL color Cylindrical-coordinate representation of color #357B4C: hue angle of 139.71º 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 #357B4C is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 123 76 -
CMYK 0.57 0 0.38 0.52
HSL 139.71º 0.4% 0.35% -
HSV(B) 139.71º 0.57% 0.48% -
XYZ 9.86 15.44 9.3 -
YUV 96.71 116.31 96.82 -
System Red Green Blue C M Y K H S L
Decimal 53 123 76 0.57 0 0.38 0.52 139.71 0.4 0.35
Hex 35 7B 4C 39 0 26 34 8C 28 23
Octal 65 173 114 71 0 46 64 214 50 43
Binary 110101 1111011 1001100 111001 0 100110 110100 10001100 101000 100011

Color Harmonies of #357B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357B4C

Black with #357B4C

Text Example


Text Example

White with #357B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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