#737034

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

Shades of Crete #737034

Tints of Crete #737034

Color information

#737034 (or 0x737034) is unknown color: approx Crete. HEX triplet: 73, 70 and 34. RGB value is (115,112,52). Sum of RGB (Red+Green+Blue) = 115+112+52=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #737034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737034 is #8C8FCB. Grayscale: #6A6A6A. Windows color (decimal): -9211852 or 3436659. OLE color: 3436659.

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

Color convert

RGB11511252-
CMYK00.030.550.55
HSL57.14º37.72%32.75%-
HSV(B)57.14º54.78%45.1%-
XYZ13.4815.485.53-
YUV106.0697.49134.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.22%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 52 (20.70% from 255) = 18.64%
R=41.22%
G=40.14%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151125200.030.550.5557.1437.7232.75
Hex737034033737392621
Octal16316064036767714641
Binary11100111110000110100011110111110111111001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737034; }

 p { color: rgb(115,112,52); }

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

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

 a { background-color: rgb(115,112,52); }

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

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

 span { border-color: rgb(115,112,52); }

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