#737052

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

Shades of Crocodile #737052

Tints of Crocodile #737052

Color information

#737052 (or 0x737052) is unknown color: approx Crocodile. HEX triplet: 73, 70 and 52. RGB value is (115,112,82). Sum of RGB (Red+Green+Blue) = 115+112+82=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #737052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737052 is #8C8FAD. Grayscale: #6D6D6D. Windows color (decimal): -9211822 or 5402739. OLE color: 5402739.

HSL color Cylindrical-coordinate representation of color #737052: hue angle of 54.55º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #737052 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB11511282-
CMYK00.030.290.55
HSL54.55º16.75%38.63%-
HSV(B)54.55º28.7%45.1%-
XYZ14.3915.8410.28-
YUV109.48112.49131.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=37.22%
G=36.25%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151128200.030.290.5554.5516.7538.63
Hex737052031D37371127
Octal163160122033567672147
Binary1110011111000010100100111110111011111011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737052; }

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

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

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

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

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

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

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

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