#007249

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

Shades of Watercourse #007249

Tints of Watercourse #007249

Color information

#007249 (or 0x007249) is unknown color: approx Watercourse. HEX triplet: 00, 72 and 49. RGB value is (0,114,73). Sum of RGB (Red+Green+Blue) = 0+114+73=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #007249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007249 is #FF8DB6. Grayscale: #4B4B4B. Windows color (decimal): -16747959 or 4813312. OLE color: 4813312.

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

Color convert

RGB011473-
CMYK100.360.55
HSL158.42º100%22.35%-
HSV(B)158.42º100%44.71%-
XYZ7.2212.528.34-
YUV75.24126.7374.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 114 (44.92% from 255) = 60.96%
BLUE value IS 73 (28.91% from 255) = 39.04%
R=0%
G=60.96%
B=39.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011473100.360.55158.4210022.35
Hex0724964024379e6416
Octal01621111440446723614426
Binary0111001010010011100100010010011011110011110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007249; }

 p { color: rgb(0,114,73); }

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

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

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

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

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

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

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