#717139

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

Shades of Crete #717139

Tints of Crete #717139

Color information

#717139 (or 0x717139) is unknown color: approx Crete. HEX triplet: 71, 71 and 39. RGB value is (113,113,57). Sum of RGB (Red+Green+Blue) = 113+113+57=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717139 is #8E8EC6. Grayscale: #6A6A6A. Windows color (decimal): -9342663 or 3764593. OLE color: 3764593.

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

Color convert

RGB11311357-
CMYK000.500.56
HSL60º32.94%33.33%-
HSV(B)60º49.56%44.31%-
XYZ13.4515.626.18-
YUV106.62100132.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 113 (44.53% from 255) = 39.93%
BLUE value IS 57 (22.66% from 255) = 20.14%
R=39.93%
G=39.93%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311357000.500.566032.9433.33
Hex7171390032383c2121
Octal16116171006270744141
Binary1110001111000111100100110010111000111100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717139; }

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

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

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

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

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

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

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

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