#747B36

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

Shades of Crete #747B36

Tints of Crete #747B36

Color information

#747B36 (or 0x747B36) is unknown color: approx Crete. HEX triplet: 74, 7B and 36. RGB value is (116,123,54). Sum of RGB (Red+Green+Blue) = 116+123+54=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 123 - color contains mainly: green. Hex color #747B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747B36 is #8B84C9. Grayscale: #717171. Windows color (decimal): -9143498 or 3570548. OLE color: 3570548.

HSL color Cylindrical-coordinate representation of color #747B36: hue angle of 66.09º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #747B36 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.52.

Color convert

RGB11612354-
CMYK0.0600.560.52
HSL66.09º38.98%34.71%-
HSV(B)66.09º56.1%48.24%-
XYZ14.9518.156.2-
YUV113.0494.68130.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 123 (48.44% from 255) = 41.98%
BLUE value IS 54 (21.48% from 255) = 18.43%
R=39.59%
G=41.98%
B=18.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116123540.0600.560.5266.0938.9834.71
Hex747B36603834422723
Octal164173666070641024743
Binary1110100111101111011011001110001101001000010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747B36; }

 p { color: rgb(116,123,54); }

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

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

 a { background-color: rgb(116,123,54); }

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

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

 span { border-color: rgb(116,123,54); }

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