Html Css Color HEX #3A7B5F Amazon

📋 copy color: '#3A7B5F'

red 58 ◦ green 123 ◦ blue 95

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

Shades of Amazon #3A7B5F

Tints of Amazon #3A7B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 21.01%
G = 44.57%
B = 34.42%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#3A7B5F (or 0x3A7B5F) is known color: Amazon. HEX triplet: 3A, 7B and 5F. RGB value is (58,123,95). Sum of RGB (Red+Green+Blue) = 58+123+95=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7B5F is #C584A0. Grayscale: #646464. Windows color (decimal): -12944545 or 6257466. OLE color: 6257466.

HSL color Cylindrical-coordinate representation of color #3A7B5F: hue angle of 154.15º 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 #3A7B5F is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 58 123 95 -
CMYK 0.53 0 0.23 0.52
HSL 154.15º 0.36% 0.35% -
HSV(B) 154.15º 0.53% 0.48% -
XYZ 10.89 15.89 13.32 -
YUV 100.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 58 123 95 0.53 0 0.23 0.52 154.15 0.36 0.35
Hex 3A 7B 5F 35 0 17 34 9A 24 23
Octal 72 173 137 65 0 27 64 232 44 43
Binary 111010 1111011 1011111 110101 0 10111 110100 10011010 100100 100011

Color Harmonies of #3A7B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7B5F

Black with #3A7B5F

Text Example


Text Example

White with #3A7B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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