Html Css Color HEX #3B7B5F Amazon

📋 copy color: '#3B7B5F'

red 59 ◦ green 123 ◦ blue 95

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

Shades of Amazon #3B7B5F

Tints of Amazon #3B7B5F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.4%

 BLUE value IS 95 (37.5% from 255) = 34.3%

R = 21.3%
G = 44.4%
B = 34.3%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#3B7B5F (or 0x3B7B5F) is known color: Amazon. HEX triplet: 3B, 7B and 5F. RGB value is (59,123,95). Sum of RGB (Red+Green+Blue) = 59+123+95=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 123 - color contains mainly: green. Hex color #3B7B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7B5F is #C484A0. Grayscale: #646464. Windows color (decimal): -12879009 or 6257467. OLE color: 6257467.

HSL color Cylindrical-coordinate representation of color #3B7B5F: hue angle of 153.75º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7B5F is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 59 123 95 -
CMYK 0.52 0 0.23 0.52
HSL 153.75º 0.35% 0.36% -
HSV(B) 153.75º 0.52% 0.48% -
XYZ 10.95 15.92 13.32 -
YUV 100.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 59 123 95 0.52 0 0.23 0.52 153.75 0.35 0.36
Hex 3B 7B 5F 34 0 17 34 9A 23 24
Octal 73 173 137 64 0 27 64 232 43 44
Binary 111011 1111011 1011111 110100 0 10111 110100 10011010 100011 100100

Color Harmonies of #3B7B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7B5F

Black with #3B7B5F

Text Example


Text Example

White with #3B7B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,123,95); }

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

background-color css

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

 a { background-color: rgb(59,123,95); }

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

border-color css

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

 span { border-color: rgb(59,123,95); }

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