Html Css Color HEX #3D8258 Amazon

📋 copy color: '#3D8258'

red 61 ◦ green 130 ◦ blue 88

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

Shades of Amazon #3D8258

Tints of Amazon #3D8258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.54%

R = 21.86%
G = 46.59%
B = 31.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#3D8258 (or 0x3D8258) is known color: Amazon. HEX triplet: 3D, 82 and 58. RGB value is (61,130,88). Sum of RGB (Red+Green+Blue) = 61+130+88=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #3D8258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8258 is #C27DA7. Grayscale: #686868. Windows color (decimal): -12746152 or 5800509. OLE color: 5800509.

HSL color Cylindrical-coordinate representation of color #3D8258: hue angle of 143.48º 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 #3D8258 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 61 130 88 -
CMYK 0.53 0 0.32 0.49
HSL 143.48º 0.36% 0.37% -
HSV(B) 143.48º 0.53% 0.51% -
XYZ 11.67 17.66 12.03 -
YUV 104.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 61 130 88 0.53 0 0.32 0.49 143.48 0.36 0.37
Hex 3D 82 58 35 0 20 31 8F 24 25
Octal 75 202 130 65 0 40 61 217 44 45
Binary 111101 10000010 1011000 110101 0 100000 110001 10001111 100100 100101

Color Harmonies of #3D8258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8258

Black with #3D8258

Text Example


Text Example

White with #3D8258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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