Html Css Color HEX #3A854B Amazon

📋 copy color: '#3A854B'

red 58 ◦ green 133 ◦ blue 75

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

Shades of Amazon #3A854B

Tints of Amazon #3A854B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50%

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

R = 21.8%
G = 50%
B = 28.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#3A854B (or 0x3A854B) is known color: Amazon. HEX triplet: 3A, 85 and 4B. RGB value is (58,133,75). Sum of RGB (Red+Green+Blue) = 58+133+75=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #3A854B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A854B is #C57AB4. Grayscale: #686868. Windows color (decimal): -12942005 or 4949306. OLE color: 4949306.

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

Color convert

RGB 58 133 75 -
CMYK 0.56 0 0.44 0.48
HSL 133.6º 0.39% 0.37% -
HSV(B) 133.6º 0.56% 0.52% -
XYZ 11.4 18.18 9.57 -
YUV 103.96 111.65 95.22 -
System Red Green Blue C M Y K H S L
Decimal 58 133 75 0.56 0 0.44 0.48 133.6 0.39 0.37
Hex 3A 85 4B 38 0 2C 30 86 27 25
Octal 72 205 113 70 0 54 60 206 47 45
Binary 111010 10000101 1001011 111000 0 101100 110000 10000110 100111 100101

Color Harmonies of #3A854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A854B

Black with #3A854B

Text Example


Text Example

White with #3A854B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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