#717132

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

Shades of Crete #717132

Tints of Crete #717132

Color information

#717132 (or 0x717132) is unknown color: approx Crete. HEX triplet: 71, 71 and 32. RGB value is (113,113,50). Sum of RGB (Red+Green+Blue) = 113+113+50=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717132 is #8E8ECD. Grayscale: #6A6A6A. Windows color (decimal): -9342670 or 3305841. OLE color: 3305841.

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

Color convert

RGB11311350-
CMYK000.560.56
HSL60º38.65%31.96%-
HSV(B)60º55.75%44.31%-
XYZ13.2915.555.32-
YUV105.8296.5133.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.94%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 50 (19.92% from 255) = 18.12%
R=40.94%
G=40.94%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311350000.560.566038.6531.96
Hex7171320038383c2720
Octal16116162007070744740
Binary1110001111000111001000111000111000111100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717132; }

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

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

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

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

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

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

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

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