Html Css Color HEX #3B6B4C Amazon

📋 copy color: '#3B6B4C'

red 59 ◦ green 107 ◦ blue 76

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

Shades of Amazon #3B6B4C

Tints of Amazon #3B6B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.4%

R = 24.38%
G = 44.21%
B = 31.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#3B6B4C (or 0x3B6B4C) is known color: Amazon. HEX triplet: 3B, 6B and 4C. RGB value is (59,107,76). Sum of RGB (Red+Green+Blue) = 59+107+76=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 107 - color contains mainly: green. Hex color #3B6B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6B4C is #C494B3. Grayscale: #595959. Windows color (decimal): -12883124 or 5008187. OLE color: 5008187.

HSL color Cylindrical-coordinate representation of color #3B6B4C: hue angle of 141.25º 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 #3B6B4C is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 59 107 76 -
CMYK 0.45 0 0.29 0.58
HSL 141.25º 0.29% 0.33% -
HSV(B) 141.25º 0.45% 0.42% -
XYZ 8.37 11.97 8.71 -
YUV 89.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 59 107 76 0.45 0 0.29 0.58 141.25 0.29 0.33
Hex 3B 6B 4C 2D 0 1D 3A 8D 1D 21
Octal 73 153 114 55 0 35 72 215 35 41
Binary 111011 1101011 1001100 101101 0 11101 111010 10001101 11101 100001

Color Harmonies of #3B6B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6B4C

Black with #3B6B4C

Text Example


Text Example

White with #3B6B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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