Html Css Color HEX #3A6B4B Amazon

📋 copy color: '#3A6B4B'

red 58 ◦ green 107 ◦ blue 75

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

Shades of Amazon #3A6B4B

Tints of Amazon #3A6B4B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.58%

 BLUE value IS 75 (29.69% from 255) = 31.25%

R = 24.17%
G = 44.58%
B = 31.25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#3A6B4B (or 0x3A6B4B) is known color: Amazon. HEX triplet: 3A, 6B and 4B. RGB value is (58,107,75). Sum of RGB (Red+Green+Blue) = 58+107+75=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6B4B is #C594B4. Grayscale: #585858. Windows color (decimal): -12948661 or 4942650. OLE color: 4942650.

HSL color Cylindrical-coordinate representation of color #3A6B4B: hue angle of 140.82º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A6B4B is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 107 75 -
CMYK 0.46 0 0.30 0.58
HSL 140.82º 0.3% 0.32% -
HSV(B) 140.82º 0.46% 0.42% -
XYZ 8.27 11.92 8.52 -
YUV 88.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 58 107 75 0.46 0 0.30 0.58 140.82 0.3 0.32
Hex 3A 6B 4B 2E 0 1E 3A 8D 1E 20
Octal 72 153 113 56 0 36 72 215 36 40
Binary 111010 1101011 1001011 101110 0 11110 111010 10001101 11110 100000

Color Harmonies of #3A6B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6B4B

Black with #3A6B4B

Text Example


Text Example

White with #3A6B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,107,75); }

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

background-color css

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

 a { background-color: rgb(58,107,75); }

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

border-color css

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

 span { border-color: rgb(58,107,75); }

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