#737334

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

Shades of Crete #737334

Tints of Crete #737334

Color information

#737334 (or 0x737334) is unknown color: approx Crete. HEX triplet: 73, 73 and 34. RGB value is (115,115,52). Sum of RGB (Red+Green+Blue) = 115+115+52=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 115 - color contains mainly: red, green. Hex color #737334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737334 is #8C8CCB. Grayscale: #6C6C6C. Windows color (decimal): -9211084 or 3437427. OLE color: 3437427.

HSL color Cylindrical-coordinate representation of color #737334: hue angle of 60º 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 #737334 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB11511552-
CMYK000.550.55
HSL60º37.72%32.75%-
HSV(B)60º54.78%45.1%-
XYZ13.8216.155.64-
YUV107.8296.5133.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.78%
GREEN value IS 115 (45.31% from 255) = 40.78%
BLUE value IS 52 (20.70% from 255) = 18.44%
R=40.78%
G=40.78%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511552000.550.556037.7232.75
Hex7373340037373c2621
Octal16316364006767744641
Binary1110011111001111010000110111110111111100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737334; }

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

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

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

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

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

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

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

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