Html Css Color HEX #3A7B57 Amazon

📋 copy color: '#3A7B57'

red 58 ◦ green 123 ◦ blue 87

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

Shades of Amazon #3A7B57

Tints of Amazon #3A7B57

RGB

 RED value IS 58 (23.05% from 255) = 21.64%

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

 BLUE value IS 87 (34.38% from 255) = 32.46%

R = 21.64%
G = 45.9%
B = 32.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.52

RGB Variations

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

Color information

#3A7B57 (or 0x3A7B57) is known color: Amazon. HEX triplet: 3A, 7B and 57. RGB value is (58,123,87). Sum of RGB (Red+Green+Blue) = 58+123+87=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7B57 is #C584A8. Grayscale: #636363. Windows color (decimal): -12944553 or 5733178. OLE color: 5733178.

HSL color Cylindrical-coordinate representation of color #3A7B57: hue angle of 146.77º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A7B57 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB 58 123 87 -
CMYK 0.53 0 0.29 0.52
HSL 146.77º 0.36% 0.35% -
HSV(B) 146.77º 0.53% 0.48% -
XYZ 10.55 15.75 11.5 -
YUV 99.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 58 123 87 0.53 0 0.29 0.52 146.77 0.36 0.35
Hex 3A 7B 57 35 0 1D 34 93 24 23
Octal 72 173 127 65 0 35 64 223 44 43
Binary 111010 1111011 1010111 110101 0 11101 110100 10010011 100100 100011

Color Harmonies of #3A7B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7B57

Black with #3A7B57

Text Example


Text Example

White with #3A7B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A7B57; }

 p { color: rgb(58,123,87); }

 H1.HeaderClassName
 {
   color: #3A7B57;
 }
 .AnyTagClassName
 {
   color: #3A7B57;
 }
</style>

background-color css

<style>
 a { background-color: #3A7B57; }

 a { background-color: rgb(58,123,87); }

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

border-color css

<style>
 span { border-color: #3A7B57; }

 span { border-color: rgb(58,123,87); }

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