Html Css Color HEX #3A6E4A Amazon

📋 copy color: '#3A6E4A'

red 58 ◦ green 110 ◦ blue 74

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

Shades of Amazon #3A6E4A

Tints of Amazon #3A6E4A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.45%

 BLUE value IS 74 (29.3% from 255) = 30.58%

R = 23.97%
G = 45.45%
B = 30.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#3A6E4A (or 0x3A6E4A) is known color: Amazon. HEX triplet: 3A, 6E and 4A. RGB value is (58,110,74). Sum of RGB (Red+Green+Blue) = 58+110+74=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6E4A is #C591B5. Grayscale: #5A5A5A. Windows color (decimal): -12947894 or 4877882. OLE color: 4877882.

HSL color Cylindrical-coordinate representation of color #3A6E4A: hue angle of 138.46º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6E4A is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 110 74 -
CMYK 0.47 0 0.33 0.57
HSL 138.46º 0.31% 0.33% -
HSV(B) 138.46º 0.47% 0.43% -
XYZ 8.56 12.55 8.45 -
YUV 90.35 118.77 104.93 -
System Red Green Blue C M Y K H S L
Decimal 58 110 74 0.47 0 0.33 0.57 138.46 0.31 0.33
Hex 3A 6E 4A 2F 0 21 39 8A 1F 21
Octal 72 156 112 57 0 41 71 212 37 41
Binary 111010 1101110 1001010 101111 0 100001 111001 10001010 11111 100001

Color Harmonies of #3A6E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6E4A

Black with #3A6E4A

Text Example


Text Example

White with #3A6E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,110,74); }

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

background-color css

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

 a { background-color: rgb(58,110,74); }

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

border-color css

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

 span { border-color: rgb(58,110,74); }

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