Html Css Color HEX #3B704B Amazon

📋 copy color: '#3B704B'

red 59 ◦ green 112 ◦ blue 75

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

Shades of Amazon #3B704B

Tints of Amazon #3B704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.53%

 BLUE value IS 75 (29.69% from 255) = 30.49%

R = 23.98%
G = 45.53%
B = 30.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#3B704B (or 0x3B704B) is known color: Amazon. HEX triplet: 3B, 70 and 4B. RGB value is (59,112,75). Sum of RGB (Red+Green+Blue) = 59+112+75=246 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.98% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #3B704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B704B is #C48FB4. Grayscale: #5C5C5C. Windows color (decimal): -12881845 or 4943931. OLE color: 4943931.

HSL color Cylindrical-coordinate representation of color #3B704B: hue angle of 138.11º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B704B is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 112 75 -
CMYK 0.47 0 0.33 0.56
HSL 138.11º 0.31% 0.34% -
HSV(B) 138.11º 0.47% 0.44% -
XYZ 8.87 13.03 8.7 -
YUV 91.94 118.44 104.51 -
System Red Green Blue C M Y K H S L
Decimal 59 112 75 0.47 0 0.33 0.56 138.11 0.31 0.34
Hex 3B 70 4B 2F 0 21 38 8A 1F 22
Octal 73 160 113 57 0 41 70 212 37 42
Binary 111011 1110000 1001011 101111 0 100001 111000 10001010 11111 100010

Color Harmonies of #3B704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B704B

Black with #3B704B

Text Example


Text Example

White with #3B704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,112,75); }

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

background-color css

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

 a { background-color: rgb(59,112,75); }

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

border-color css

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

 span { border-color: rgb(59,112,75); }

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