Html Css Color HEX #3C7A5F Amazon

📋 copy color: '#3C7A5F'

red 60 ◦ green 122 ◦ blue 95

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

Shades of Amazon #3C7A5F

Tints of Amazon #3C7A5F

RGB

 RED value IS 60 (23.83% from 255) = 21.66%

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

 BLUE value IS 95 (37.5% from 255) = 34.3%

R = 21.66%
G = 44.04%
B = 34.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#3C7A5F (or 0x3C7A5F) is known color: Amazon. HEX triplet: 3C, 7A and 5F. RGB value is (60,122,95). Sum of RGB (Red+Green+Blue) = 60+122+95=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #3C7A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7A5F is #C385A0. Grayscale: #646464. Windows color (decimal): -12813729 or 6257212. OLE color: 6257212.

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

Color convert

RGB 60 122 95 -
CMYK 0.51 0 0.22 0.52
HSL 153.87º 0.34% 0.36% -
HSV(B) 153.87º 0.51% 0.48% -
XYZ 10.89 15.71 13.28 -
YUV 100.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 60 122 95 0.51 0 0.22 0.52 153.87 0.34 0.36
Hex 3C 7A 5F 33 0 16 34 9A 22 24
Octal 74 172 137 63 0 26 64 232 42 44
Binary 111100 1111010 1011111 110011 0 10110 110100 10011010 100010 100100

Color Harmonies of #3C7A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7A5F

Black with #3C7A5F

Text Example


Text Example

White with #3C7A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,122,95); }

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

background-color css

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

 a { background-color: rgb(60,122,95); }

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

border-color css

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

 span { border-color: rgb(60,122,95); }

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