#717435

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

Shades of Crete #717435

Tints of Crete #717435

Color information

#717435 (or 0x717435) is unknown color: approx Crete. HEX triplet: 71, 74 and 35. RGB value is (113,116,53). Sum of RGB (Red+Green+Blue) = 113+116+53=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #717435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717435 is #8E8BCA. Grayscale: #6C6C6C. Windows color (decimal): -9341899 or 3503217. OLE color: 3503217.

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

Color convert

RGB11311653-
CMYK0.0300.540.55
HSL62.86º37.28%33.14%-
HSV(B)62.86º54.31%45.49%-
XYZ13.716.265.78-
YUV107.9297.01131.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 53 (21.09% from 255) = 18.79%
R=40.07%
G=41.13%
B=18.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113116530.0300.540.5562.8637.2833.14
Hex7174353036373f2521
Octal16116465306667774541
Binary11100011110100110101110110110110111111111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717435; }

 p { color: rgb(113,116,53); }

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

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

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

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

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

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

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