#717236

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

Shades of Crete #717236

Tints of Crete #717236

Color information

#717236 (or 0x717236) is unknown color: approx Crete. HEX triplet: 71, 72 and 36. RGB value is (113,114,54). Sum of RGB (Red+Green+Blue) = 113+114+54=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #717236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717236 is #8E8DC9. Grayscale: #6B6B6B. Windows color (decimal): -9342410 or 3568241. OLE color: 3568241.

HSL color Cylindrical-coordinate representation of color #717236: hue angle of 61º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #717236 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB11311454-
CMYK0.0100.530.55
HSL61º35.71%32.94%-
HSV(B)61º52.63%44.71%-
XYZ13.4915.815.83-
YUV106.8698.17132.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.21%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 54 (21.48% from 255) = 19.22%
R=40.21%
G=40.57%
B=19.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113114540.0100.530.556135.7132.94
Hex7172361035373d2421
Octal16116266106567754441
Binary1110001111001011011010110101110111111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717236; }

 p { color: rgb(113,114,54); }

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

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

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

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

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

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

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