#729475

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

Shades of Laurel #729475

Tints of Laurel #729475

Color information

#729475 (or 0x729475) is unknown color: approx Laurel. HEX triplet: 72, 94 and 75. RGB value is (114,148,117). Sum of RGB (Red+Green+Blue) = 114+148+117=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #729475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729475 is #8D6B8A. Grayscale: #868686. Windows color (decimal): -9268107 or 7705714. OLE color: 7705714.

HSL color Cylindrical-coordinate representation of color #729475: hue angle of 125.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #729475 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB114148117-
CMYK0.2300.210.42
HSL125.29º13.71%51.37%-
HSV(B)125.29º22.97%58.04%-
XYZ20.7426.0420.76-
YUV134.3118.24113.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=30.08%
G=39.05%
B=30.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141481170.2300.210.42125.2913.7151.37
Hex729475170152A7de33
Octal16222416527025521751663
Binary11100101001010011101011011101010110101011111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729475; }

 p { color: rgb(114,148,117); }

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

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

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

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

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

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

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