Html Css Color HEX #3B7A54 Amazon

📋 copy color: '#3B7A54'

red 59 ◦ green 122 ◦ blue 84

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

Shades of Amazon #3B7A54

Tints of Amazon #3B7A54

RGB

 RED value IS 59 (23.44% from 255) = 22.26%

 GREEN value IS 122 (48.05% from 255) = 46.04%

 BLUE value IS 84 (33.2% from 255) = 31.7%

R = 22.26%
G = 46.04%
B = 31.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.52

RGB Variations

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

Color information

#3B7A54 (or 0x3B7A54) is known color: Amazon. HEX triplet: 3B, 7A and 54. RGB value is (59,122,84). Sum of RGB (Red+Green+Blue) = 59+122+84=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #3B7A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7A54 is #C485AB. Grayscale: #626262. Windows color (decimal): -12879276 or 5536315. OLE color: 5536315.

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

Color convert

RGB 59 122 84 -
CMYK 0.52 0 0.31 0.52
HSL 143.81º 0.35% 0.35% -
HSV(B) 143.81º 0.52% 0.48% -
XYZ 10.36 15.49 10.83 -
YUV 98.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 59 122 84 0.52 0 0.31 0.52 143.81 0.35 0.35
Hex 3B 7A 54 34 0 1F 34 90 23 23
Octal 73 172 124 64 0 37 64 220 43 43
Binary 111011 1111010 1010100 110100 0 11111 110100 10010000 100011 100011

Color Harmonies of #3B7A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7A54

Black with #3B7A54

Text Example


Text Example

White with #3B7A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,122,84); }

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

background-color css

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

 a { background-color: rgb(59,122,84); }

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

border-color css

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

 span { border-color: rgb(59,122,84); }

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