Html Css Color HEX #3D8750 Amazon

📋 copy color: '#3D8750'

red 61 ◦ green 135 ◦ blue 80

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

Shades of Amazon #3D8750

Tints of Amazon #3D8750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.91%

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 22.1%
G = 48.91%
B = 28.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#3D8750 (or 0x3D8750) is known color: Amazon. HEX triplet: 3D, 87 and 50. RGB value is (61,135,80). Sum of RGB (Red+Green+Blue) = 61+135+80=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #3D8750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8750 is #C278AF. Grayscale: #6A6A6A. Windows color (decimal): -12744880 or 5277501. OLE color: 5277501.

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

Color convert

RGB 61 135 80 -
CMYK 0.55 0 0.41 0.47
HSL 135.41º 0.38% 0.38% -
HSV(B) 135.41º 0.55% 0.53% -
XYZ 12.04 18.9 10.6 -
YUV 106.6 112.98 95.47 -
System Red Green Blue C M Y K H S L
Decimal 61 135 80 0.55 0 0.41 0.47 135.41 0.38 0.38
Hex 3D 87 50 37 0 29 2F 87 26 26
Octal 75 207 120 67 0 51 57 207 46 46
Binary 111101 10000111 1010000 110111 0 101001 101111 10000111 100110 100110

Color Harmonies of #3D8750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8750

Black with #3D8750

Text Example


Text Example

White with #3D8750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,135,80); }

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

background-color css

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

 a { background-color: rgb(61,135,80); }

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

border-color css

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

 span { border-color: rgb(61,135,80); }

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