#737050

Color #737050 Crocodile (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crocodile #737050

Tints of Crocodile #737050

Color information

#737050 (or 0x737050) is unknown color: approx Crocodile. HEX triplet: 73, 70 and 50. RGB value is (115,112,80). Sum of RGB (Red+Green+Blue) = 115+112+80=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #737050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737050 is #8C8FAF. Grayscale: #6D6D6D. Windows color (decimal): -9211824 or 5271667. OLE color: 5271667.

HSL color Cylindrical-coordinate representation of color #737050: hue angle of 54.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #737050 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB11511280-
CMYK00.030.300.55
HSL54.86º17.95%38.24%-
HSV(B)54.86º30.43%45.1%-
XYZ14.3115.819.89-
YUV109.25111.49132.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=37.46%
G=36.48%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151128000.030.300.5554.8617.9538.24
Hex737050031E37371226
Octal163160120033667672246
Binary1110011111000010100000111111011011111011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737050; }

 p { color: rgb(115,112,80); }

 H1.HeaderClassName
 {
   color: #737050;
 }
 .AnyTagClassName
 {
   color: #737050;
 }
</style>
background-color css

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

 a { background-color: rgb(115,112,80); }

 div.DivClassName
 {
   background-color: #737050;
 }
 .BgClassName
 {
   background-color: #737050;
 }
</style>
border-color css

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

 span { border-color: rgb(115,112,80); }

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