Html Css Color HEX #3A7B4D Amazon

📋 copy color: '#3A7B4D'

red 58 ◦ green 123 ◦ blue 77

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

Shades of Amazon #3A7B4D

Tints of Amazon #3A7B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 22.48%
G = 47.67%
B = 29.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#3A7B4D (or 0x3A7B4D) is known color: Amazon. HEX triplet: 3A, 7B and 4D. RGB value is (58,123,77). Sum of RGB (Red+Green+Blue) = 58+123+77=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7B4D is #C584B2. Grayscale: #626262. Windows color (decimal): -12944563 or 5077818. OLE color: 5077818.

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

Color convert

RGB 58 123 77 -
CMYK 0.53 0 0.37 0.52
HSL 137.54º 0.36% 0.35% -
HSV(B) 137.54º 0.53% 0.48% -
XYZ 10.17 15.6 9.5 -
YUV 98.32 115.97 99.24 -
System Red Green Blue C M Y K H S L
Decimal 58 123 77 0.53 0 0.37 0.52 137.54 0.36 0.35
Hex 3A 7B 4D 35 0 25 34 8A 24 23
Octal 72 173 115 65 0 45 64 212 44 43
Binary 111010 1111011 1001101 110101 0 100101 110100 10001010 100100 100011

Color Harmonies of #3A7B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7B4D

Black with #3A7B4D

Text Example


Text Example

White with #3A7B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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