Html Css Color HEX #3D8458 Amazon

📋 copy color: '#3D8458'

red 61 ◦ green 132 ◦ blue 88

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

Shades of Amazon #3D8458

Tints of Amazon #3D8458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.98%

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

R = 21.71%
G = 46.98%
B = 31.32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#3D8458 (or 0x3D8458) is known color: Amazon. HEX triplet: 3D, 84 and 58. RGB value is (61,132,88). Sum of RGB (Red+Green+Blue) = 61+132+88=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #3D8458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8458 is #C27BA7. Grayscale: #696969. Windows color (decimal): -12745640 or 5801021. OLE color: 5801021.

HSL color Cylindrical-coordinate representation of color #3D8458: hue angle of 142.82º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D8458 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 61 132 88 -
CMYK 0.54 0 0.33 0.48
HSL 142.82º 0.37% 0.38% -
HSV(B) 142.82º 0.54% 0.52% -
XYZ 11.94 18.2 12.12 -
YUV 105.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 61 132 88 0.54 0 0.33 0.48 142.82 0.37 0.38
Hex 3D 84 58 36 0 21 30 8F 25 26
Octal 75 204 130 66 0 41 60 217 45 46
Binary 111101 10000100 1011000 110110 0 100001 110000 10001111 100101 100110

Color Harmonies of #3D8458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8458

Black with #3D8458

Text Example


Text Example

White with #3D8458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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