Html Css Color HEX #3A6F51 Amazon

📋 copy color: '#3A6F51'

red 58 ◦ green 111 ◦ blue 81

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

Shades of Amazon #3A6F51

Tints of Amazon #3A6F51

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.4%

 BLUE value IS 81 (32.03% from 255) = 32.4%

R = 23.2%
G = 44.4%
B = 32.4%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#3A6F51 (or 0x3A6F51) is known color: Amazon. HEX triplet: 3A, 6F and 51. RGB value is (58,111,81). Sum of RGB (Red+Green+Blue) = 58+111+81=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6F51 is #C590AE. Grayscale: #5B5B5B. Windows color (decimal): -12947631 or 5336890. OLE color: 5336890.

HSL color Cylindrical-coordinate representation of color #3A6F51: hue angle of 146.04º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6F51 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 111 81 -
CMYK 0.48 0 0.27 0.56
HSL 146.04º 0.31% 0.33% -
HSV(B) 146.04º 0.48% 0.44% -
XYZ 8.91 12.86 9.8 -
YUV 91.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 58 111 81 0.48 0 0.27 0.56 146.04 0.31 0.33
Hex 3A 6F 51 30 0 1B 38 92 1F 21
Octal 72 157 121 60 0 33 70 222 37 41
Binary 111010 1101111 1010001 110000 0 11011 111000 10010010 11111 100001

Color Harmonies of #3A6F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6F51

Black with #3A6F51

Text Example


Text Example

White with #3A6F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,111,81); }

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

background-color css

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

 a { background-color: rgb(58,111,81); }

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

border-color css

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

 span { border-color: rgb(58,111,81); }

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