#747932

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

Shades of Crete #747932

Tints of Crete #747932

Color information

#747932 (or 0x747932) is unknown color: approx Crete. HEX triplet: 74, 79 and 32. RGB value is (116,121,50). Sum of RGB (Red+Green+Blue) = 116+121+50=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #747932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747932 is #8B86CD. Grayscale: #6F6F6F. Windows color (decimal): -9144014 or 3307892. OLE color: 3307892.

HSL color Cylindrical-coordinate representation of color #747932: hue angle of 64.23º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #747932 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB11612150-
CMYK0.0400.590.53
HSL64.23º41.52%33.53%-
HSV(B)64.23º58.68%47.45%-
XYZ14.6217.625.65-
YUV111.4193.34131.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.42%
GREEN value IS 121 (47.66% from 255) = 42.16%
BLUE value IS 50 (19.92% from 255) = 17.42%
R=40.42%
G=42.16%
B=17.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121500.0400.590.5364.2341.5233.53
Hex747932403B35402a22
Octal164171624073651005242
Binary1110100111100111001010001110111101011000000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747932; }

 p { color: rgb(116,121,50); }

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

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

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

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

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

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

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