Html Css Color HEX #3D825C Amazon

📋 copy color: '#3D825C'

red 61 ◦ green 130 ◦ blue 92

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

Shades of Amazon #3D825C

Tints of Amazon #3D825C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.94%

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 21.55%
G = 45.94%
B = 32.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#3D825C (or 0x3D825C) is known color: Amazon. HEX triplet: 3D, 82 and 5C. RGB value is (61,130,92). Sum of RGB (Red+Green+Blue) = 61+130+92=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #3D825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D825C is #C27DA3. Grayscale: #696969. Windows color (decimal): -12746148 or 6062653. OLE color: 6062653.

HSL color Cylindrical-coordinate representation of color #3D825C: hue angle of 146.96º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D825C is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 61 130 92 -
CMYK 0.53 0 0.29 0.49
HSL 146.96º 0.36% 0.37% -
HSV(B) 146.96º 0.53% 0.51% -
XYZ 11.84 17.73 12.92 -
YUV 105.04 120.64 96.59 -
System Red Green Blue C M Y K H S L
Decimal 61 130 92 0.53 0 0.29 0.49 146.96 0.36 0.37
Hex 3D 82 5C 35 0 1D 31 93 24 25
Octal 75 202 134 65 0 35 61 223 44 45
Binary 111101 10000010 1011100 110101 0 11101 110001 10010011 100100 100101

Color Harmonies of #3D825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D825C

Black with #3D825C

Text Example


Text Example

White with #3D825C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,130,92); }

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

background-color css

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

 a { background-color: rgb(61,130,92); }

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

border-color css

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

 span { border-color: rgb(61,130,92); }

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