#717032

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

Shades of Crete #717032

Tints of Crete #717032

Color information

#717032 (or 0x717032) is unknown color: approx Crete. HEX triplet: 71, 70 and 32. RGB value is (113,112,50). Sum of RGB (Red+Green+Blue) = 113+112+50=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #717032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717032 is #8E8FCD. Grayscale: #696969. Windows color (decimal): -9342926 or 3305585. OLE color: 3305585.

HSL color Cylindrical-coordinate representation of color #717032: hue angle of 59.05º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #717032 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB11311250-
CMYK00.010.560.56
HSL59.05º38.65%31.96%-
HSV(B)59.05º55.75%44.31%-
XYZ13.1815.335.28-
YUV105.2396.83133.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 50 (19.92% from 255) = 18.18%
R=41.09%
G=40.73%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131125000.010.560.5659.0538.6531.96
Hex7170320138383b2720
Octal16116062017070734740
Binary1110001111000011001001111000111000111011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717032; }

 p { color: rgb(113,112,50); }

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

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

 a { background-color: rgb(113,112,50); }

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

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

 span { border-color: rgb(113,112,50); }

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