#739274

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

Shades of Laurel #739274

Tints of Laurel #739274

Color information

#739274 (or 0x739274) is unknown color: approx Laurel. HEX triplet: 73, 92 and 74. RGB value is (115,146,116). Sum of RGB (Red+Green+Blue) = 115+146+116=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #739274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739274 is #8C6D8B. Grayscale: #858585. Windows color (decimal): -9203084 or 7639667. OLE color: 7639667.

HSL color Cylindrical-coordinate representation of color #739274: hue angle of 121.94º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #739274 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB115146116-
CMYK0.2100.210.43
HSL121.94º12.45%51.18%-
HSV(B)121.94º21.23%57.25%-
XYZ20.525.4620.36-
YUV133.31118.23114.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.50%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=30.50%
G=38.73%
B=30.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151461160.2100.210.43121.9412.4551.18
Hex739274150152B7ac33
Octal16322216425025531721463
Binary11100111001001011101001010101010110101111110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739274; }

 p { color: rgb(115,146,116); }

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

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

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

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

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

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

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