Html Css Color HEX #3B6B4F Amazon

📋 copy color: '#3B6B4F'

red 59 ◦ green 107 ◦ blue 79

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

Shades of Amazon #3B6B4F

Tints of Amazon #3B6B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 24.08%
G = 43.67%
B = 32.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#3B6B4F (or 0x3B6B4F) is known color: Amazon. HEX triplet: 3B, 6B and 4F. RGB value is (59,107,79). Sum of RGB (Red+Green+Blue) = 59+107+79=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 107 - color contains mainly: green. Hex color #3B6B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6B4F is #C494B0. Grayscale: #595959. Windows color (decimal): -12883121 or 5204795. OLE color: 5204795.

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

Color convert

RGB 59 107 79 -
CMYK 0.45 0 0.26 0.58
HSL 145º 0.29% 0.33% -
HSV(B) 145º 0.45% 0.42% -
XYZ 8.47 12.01 9.27 -
YUV 89.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 59 107 79 0.45 0 0.26 0.58 145 0.29 0.33
Hex 3B 6B 4F 2D 0 1A 3A 91 1D 21
Octal 73 153 117 55 0 32 72 221 35 41
Binary 111011 1101011 1001111 101101 0 11010 111010 10010001 11101 100001

Color Harmonies of #3B6B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6B4F

Black with #3B6B4F

Text Example


Text Example

White with #3B6B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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