Html Css Color HEX #006148 Watercourse

📋 copy color: '#006148'

red 0 ◦ green 97 ◦ blue 72

#006148
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #006148

Tints of Watercourse #006148

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 97 (38.28% from 255) = 57.4%

 BLUE value IS 72 (28.52% from 255) = 42.6%

R = 0%
G = 57.4%
B = 42.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#006148 (or 0x006148) is known color: Watercourse. HEX triplet: 00, 61 and 48. RGB value is (0,97,72). Sum of RGB (Red+Green+Blue) = 0+97+72=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #006148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006148 is #FF9EB7. Grayscale: #414141. Windows color (decimal): -16752312 or 4743424. OLE color: 4743424.

HSL color Cylindrical-coordinate representation of color #006148: hue angle of 164.54º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006148 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 97 72 -
CMYK 1 0 0.26 0.62
HSL 164.54º 1% 0.19% -
HSV(B) 164.54º 1% 0.38% -
XYZ 5.44 9.02 7.58 -
YUV 65.15 131.86 81.53 -
System Red Green Blue C M Y K H S L
Decimal 0 97 72 1 0 0.26 0.62 164.54 1 0.19
Hex 0 61 48 64 0 1A 3E A5 64 13
Octal 0 141 110 144 0 32 76 245 144 23
Binary 0 1100001 1001000 1100100 0 11010 111110 10100101 1100100 10011

Color Harmonies of #006148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006148

Black with #006148

Text Example


Text Example

White with #006148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006148; }

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

 H1.HeaderClassName
 {
   color: #006148;
 }
 .AnyTagClassName
 {
   color: #006148;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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