Html Css Color HEX #3D7352 Amazon

📋 copy color: '#3D7352'

red 61 ◦ green 115 ◦ blue 82

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

Shades of Amazon #3D7352

Tints of Amazon #3D7352

RGB

 RED value IS 61 (24.22% from 255) = 23.64%

 GREEN value IS 115 (45.31% from 255) = 44.57%

 BLUE value IS 82 (32.42% from 255) = 31.78%

R = 23.64%
G = 44.57%
B = 31.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#3D7352 (or 0x3D7352) is known color: Amazon. HEX triplet: 3D, 73 and 52. RGB value is (61,115,82). Sum of RGB (Red+Green+Blue) = 61+115+82=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7352 is #C28CAD. Grayscale: #5F5F5F. Windows color (decimal): -12749998 or 5403453. OLE color: 5403453.

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

Color convert

RGB 61 115 82 -
CMYK 0.47 0 0.29 0.55
HSL 143.33º 0.31% 0.35% -
HSV(B) 143.33º 0.47% 0.45% -
XYZ 9.58 13.86 10.15 -
YUV 95.09 120.61 103.68 -
System Red Green Blue C M Y K H S L
Decimal 61 115 82 0.47 0 0.29 0.55 143.33 0.31 0.35
Hex 3D 73 52 2F 0 1D 37 8F 1F 23
Octal 75 163 122 57 0 35 67 217 37 43
Binary 111101 1110011 1010010 101111 0 11101 110111 10001111 11111 100011

Color Harmonies of #3D7352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7352

Black with #3D7352

Text Example


Text Example

White with #3D7352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,115,82); }

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

background-color css

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

 a { background-color: rgb(61,115,82); }

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

border-color css

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

 span { border-color: rgb(61,115,82); }

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