Html Css Color HEX #3B6B4D Amazon

📋 copy color: '#3B6B4D'

red 59 ◦ green 107 ◦ blue 77

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

Shades of Amazon #3B6B4D

Tints of Amazon #3B6B4D

RGB

 RED value IS 59 (23.44% from 255) = 24.28%

 GREEN value IS 107 (42.19% from 255) = 44.03%

 BLUE value IS 77 (30.47% from 255) = 31.69%

R = 24.28%
G = 44.03%
B = 31.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#3B6B4D (or 0x3B6B4D) is known color: Amazon. HEX triplet: 3B, 6B and 4D. RGB value is (59,107,77). Sum of RGB (Red+Green+Blue) = 59+107+77=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 107 - color contains mainly: green. Hex color #3B6B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6B4D is #C494B2. Grayscale: #595959. Windows color (decimal): -12883123 or 5073723. OLE color: 5073723.

HSL color Cylindrical-coordinate representation of color #3B6B4D: hue angle of 142.5º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B6B4D is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB 59 107 77 -
CMYK 0.45 0 0.28 0.58
HSL 142.5º 0.29% 0.33% -
HSV(B) 142.5º 0.45% 0.42% -
XYZ 8.4 11.98 8.89 -
YUV 89.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 59 107 77 0.45 0 0.28 0.58 142.5 0.29 0.33
Hex 3B 6B 4D 2D 0 1C 3A 8E 1D 21
Octal 73 153 115 55 0 34 72 216 35 41
Binary 111011 1101011 1001101 101101 0 11100 111010 10001110 11101 100001

Color Harmonies of #3B6B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6B4D

Black with #3B6B4D

Text Example


Text Example

White with #3B6B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,107,77); }

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

background-color css

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

 a { background-color: rgb(59,107,77); }

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

border-color css

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

 span { border-color: rgb(59,107,77); }

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