Html Css Color HEX #3B764C Amazon

📋 copy color: '#3B764C'

red 59 ◦ green 118 ◦ blue 76

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

Shades of Amazon #3B764C

Tints of Amazon #3B764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.64%

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

R = 23.32%
G = 46.64%
B = 30.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#3B764C (or 0x3B764C) is known color: Amazon. HEX triplet: 3B, 76 and 4C. RGB value is (59,118,76). Sum of RGB (Red+Green+Blue) = 59+118+76=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #3B764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B764C is #C489B3. Grayscale: #5F5F5F. Windows color (decimal): -12880308 or 5011003. OLE color: 5011003.

HSL color Cylindrical-coordinate representation of color #3B764C: hue angle of 137.29º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B764C is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 59 118 76 -
CMYK 0.50 0 0.36 0.54
HSL 137.29º 0.33% 0.35% -
HSV(B) 137.29º 0.5% 0.46% -
XYZ 9.59 14.41 9.11 -
YUV 95.57 116.95 101.92 -
System Red Green Blue C M Y K H S L
Decimal 59 118 76 0.50 0 0.36 0.54 137.29 0.33 0.35
Hex 3B 76 4C 32 0 24 36 89 21 23
Octal 73 166 114 62 0 44 66 211 41 43
Binary 111011 1110110 1001100 110010 0 100100 110110 10001001 100001 100011

Color Harmonies of #3B764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B764C

Black with #3B764C

Text Example


Text Example

White with #3B764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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