#747631

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

Shades of Crete #747631

Tints of Crete #747631

Color information

#747631 (or 0x747631) is unknown color: approx Crete. HEX triplet: 74, 76 and 31. RGB value is (116,118,49). Sum of RGB (Red+Green+Blue) = 116+118+49=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #747631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747631 is #8B89CE. Grayscale: #6D6D6D. Windows color (decimal): -9144783 or 3241588. OLE color: 3241588.

HSL color Cylindrical-coordinate representation of color #747631: hue angle of 61.74º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #747631 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB11611849-
CMYK0.0200.580.54
HSL61.74º41.32%32.75%-
HSV(B)61.74º58.47%46.27%-
XYZ14.2416.895.42-
YUV109.5493.84132.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.99%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 49 (19.53% from 255) = 17.31%
R=40.99%
G=41.70%
B=17.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118490.0200.580.5461.7441.3232.75
Hex747631203A363e2921
Octal16416661207266765141
Binary11101001110110110001100111010110110111110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747631; }

 p { color: rgb(116,118,49); }

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

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

 a { background-color: rgb(116,118,49); }

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

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

 span { border-color: rgb(116,118,49); }

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