Html Css Color HEX #3D7652 Amazon

📋 copy color: '#3D7652'

red 61 ◦ green 118 ◦ blue 82

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

Shades of Amazon #3D7652

Tints of Amazon #3D7652

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.21%

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

R = 23.37%
G = 45.21%
B = 31.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#3D7652 (or 0x3D7652) is known color: Amazon. HEX triplet: 3D, 76 and 52. RGB value is (61,118,82). Sum of RGB (Red+Green+Blue) = 61+118+82=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7652 is #C289AD. Grayscale: #606060. Windows color (decimal): -12749230 or 5404221. OLE color: 5404221.

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

Color convert

RGB 61 118 82 -
CMYK 0.48 0 0.31 0.54
HSL 142.11º 0.32% 0.35% -
HSV(B) 142.11º 0.48% 0.46% -
XYZ 9.93 14.56 10.27 -
YUV 96.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 61 118 82 0.48 0 0.31 0.54 142.11 0.32 0.35
Hex 3D 76 52 30 0 1F 36 8E 20 23
Octal 75 166 122 60 0 37 66 216 40 43
Binary 111101 1110110 1010010 110000 0 11111 110110 10001110 100000 100011

Color Harmonies of #3D7652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7652

Black with #3D7652

Text Example


Text Example

White with #3D7652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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