Html Css Color HEX #3B7B55 Amazon

📋 copy color: '#3B7B55'

red 59 ◦ green 123 ◦ blue 85

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

Shades of Amazon #3B7B55

Tints of Amazon #3B7B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.84%

R = 22.1%
G = 46.07%
B = 31.84%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.52

RGB Variations

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

Color information

#3B7B55 (or 0x3B7B55) is known color: Amazon. HEX triplet: 3B, 7B and 55. RGB value is (59,123,85). Sum of RGB (Red+Green+Blue) = 59+123+85=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 123 - color contains mainly: green. Hex color #3B7B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7B55 is #C484AA. Grayscale: #636363. Windows color (decimal): -12879019 or 5602107. OLE color: 5602107.

HSL color Cylindrical-coordinate representation of color #3B7B55: hue angle of 144.38º 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 #3B7B55 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB 59 123 85 -
CMYK 0.52 0 0.31 0.52
HSL 144.38º 0.35% 0.36% -
HSV(B) 144.38º 0.52% 0.48% -
XYZ 10.53 15.75 11.08 -
YUV 99.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 59 123 85 0.52 0 0.31 0.52 144.38 0.35 0.36
Hex 3B 7B 55 34 0 1F 34 90 23 24
Octal 73 173 125 64 0 37 64 220 43 44
Binary 111011 1111011 1010101 110100 0 11111 110100 10010000 100011 100100

Color Harmonies of #3B7B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7B55

Black with #3B7B55

Text Example


Text Example

White with #3B7B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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