#007148

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

Shades of Watercourse #007148

Tints of Watercourse #007148

Color information

#007148 (or 0x007148) is unknown color: approx Watercourse. HEX triplet: 00, 71 and 48. RGB value is (0,113,72). Sum of RGB (Red+Green+Blue) = 0+113+72=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #007148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007148 is #FF8EB7. Grayscale: #4A4A4A. Windows color (decimal): -16748216 or 4747520. OLE color: 4747520.

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

Color convert

RGB011372-
CMYK100.360.56
HSL158.23º100%22.16%-
HSV(B)158.23º100%44.31%-
XYZ7.0712.288.13-
YUV74.54126.5674.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 113 (44.53% from 255) = 61.08%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=0%
G=61.08%
B=38.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011372100.360.56158.2310022.16
Hex0714864024389e6416
Octal01611101440447023614426
Binary0111000110010001100100010010011100010011110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007148; }

 p { color: rgb(0,113,72); }

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

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

 a { background-color: rgb(0,113,72); }

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

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

 span { border-color: rgb(0,113,72); }

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