Html Css Color HEX #3C7255 Amazon

📋 copy color: '#3C7255'

red 60 ◦ green 114 ◦ blue 85

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

Shades of Amazon #3C7255

Tints of Amazon #3C7255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.02%

 BLUE value IS 85 (33.59% from 255) = 32.82%

R = 23.17%
G = 44.02%
B = 32.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#3C7255 (or 0x3C7255) is known color: Amazon. HEX triplet: 3C, 72 and 55. RGB value is (60,114,85). Sum of RGB (Red+Green+Blue) = 60+114+85=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7255 is #C38DAA. Grayscale: #5E5E5E. Windows color (decimal): -12815787 or 5599804. OLE color: 5599804.

HSL color Cylindrical-coordinate representation of color #3C7255: hue angle of 147.78º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C7255 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 114 85 -
CMYK 0.47 0 0.25 0.55
HSL 147.78º 0.31% 0.34% -
HSV(B) 147.78º 0.47% 0.45% -
XYZ 9.52 13.65 10.73 -
YUV 94.55 122.61 103.36 -
System Red Green Blue C M Y K H S L
Decimal 60 114 85 0.47 0 0.25 0.55 147.78 0.31 0.34
Hex 3C 72 55 2F 0 19 37 94 1F 22
Octal 74 162 125 57 0 31 67 224 37 42
Binary 111100 1110010 1010101 101111 0 11001 110111 10010100 11111 100010

Color Harmonies of #3C7255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7255

Black with #3C7255

Text Example


Text Example

White with #3C7255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,114,85); }

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

background-color css

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

 a { background-color: rgb(60,114,85); }

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

border-color css

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

 span { border-color: rgb(60,114,85); }

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