#727335

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

Shades of Crete #727335

Tints of Crete #727335

Color information

#727335 (or 0x727335) is unknown color: approx Crete. HEX triplet: 72, 73 and 35. RGB value is (114,115,53). Sum of RGB (Red+Green+Blue) = 114+115+53=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 115 - color contains mainly: green. Hex color #727335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727335 is #8D8CCA. Grayscale: #6B6B6B. Windows color (decimal): -9276619 or 3502962. OLE color: 3502962.

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

Color convert

RGB11411553-
CMYK0.0100.540.55
HSL60.97º36.9%32.94%-
HSV(B)60.97º53.91%45.1%-
XYZ13.7116.15.75-
YUV107.6397.17132.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.43%
GREEN value IS 115 (45.31% from 255) = 40.78%
BLUE value IS 53 (21.09% from 255) = 18.79%
R=40.43%
G=40.78%
B=18.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115530.0100.540.5560.9736.932.94
Hex7273351036373d2521
Octal16216365106667754541
Binary1110010111001111010110110110110111111101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727335; }

 p { color: rgb(114,115,53); }

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

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

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

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

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

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

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