Html Css Color HEX #3D8858 Amazon

📋 copy color: '#3D8858'

red 61 ◦ green 136 ◦ blue 88

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

Shades of Amazon #3D8858

Tints of Amazon #3D8858

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.72%

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

R = 21.4%
G = 47.72%
B = 30.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#3D8858 (or 0x3D8858) is known color: Amazon. HEX triplet: 3D, 88 and 58. RGB value is (61,136,88). Sum of RGB (Red+Green+Blue) = 61+136+88=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8858 is #C277A7. Grayscale: #6C6C6C. Windows color (decimal): -12744616 or 5802045. OLE color: 5802045.

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

Color convert

RGB 61 136 88 -
CMYK 0.55 0 0.35 0.47
HSL 141.6º 0.38% 0.39% -
HSV(B) 141.6º 0.55% 0.53% -
XYZ 12.49 19.31 12.3 -
YUV 108.1 116.65 94.4 -
System Red Green Blue C M Y K H S L
Decimal 61 136 88 0.55 0 0.35 0.47 141.6 0.38 0.39
Hex 3D 88 58 37 0 23 2F 8E 26 27
Octal 75 210 130 67 0 43 57 216 46 47
Binary 111101 10001000 1011000 110111 0 100011 101111 10001110 100110 100111

Color Harmonies of #3D8858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8858

Black with #3D8858

Text Example


Text Example

White with #3D8858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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