#727228

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

Shades of Olivetone #727228

Tints of Olivetone #727228

Color information

#727228 (or 0x727228) is unknown color: approx Olivetone. HEX triplet: 72, 72 and 28. RGB value is (114,114,40). Sum of RGB (Red+Green+Blue) = 114+114+40=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727228 is #8D8DD7. Grayscale: #696969. Windows color (decimal): -9276888 or 2650738. OLE color: 2650738.

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

Color convert

RGB11411440-
CMYK000.650.55
HSL60º48.05%30.2%-
HSV(B)60º64.91%44.71%-
XYZ13.3415.774.35-
YUV105.5691134.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.54%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 40 (16.02% from 255) = 14.93%
R=42.54%
G=42.54%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411440000.650.556048.0530.2
Hex7272280041373c301e
Octal162162500010167746036
Binary1110010111001010100000100000111011111110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727228; }

 p { color: rgb(114,114,40); }

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

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

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

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

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

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

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