Html Css Color HEX #006048 Watercourse

📋 copy color: '#006048'

red 0 ◦ green 96 ◦ blue 72

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

Shades of Watercourse #006048

Tints of Watercourse #006048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.14%

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

R = 0%
G = 57.14%
B = 42.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#006048 (or 0x006048) is known color: Watercourse. HEX triplet: 00, 60 and 48. RGB value is (0,96,72). Sum of RGB (Red+Green+Blue) = 0+96+72=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #006048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006048 is #FF9FB7. Grayscale: #404040. Windows color (decimal): -16752568 or 4743168. OLE color: 4743168.

HSL color Cylindrical-coordinate representation of color #006048: hue angle of 165º 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 #006048 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 96 72 -
CMYK 1 0 0.25 0.62
HSL 165º 1% 0.19% -
HSV(B) 165º 1% 0.38% -
XYZ 5.35 8.83 7.55 -
YUV 64.56 132.2 81.95 -
System Red Green Blue C M Y K H S L
Decimal 0 96 72 1 0 0.25 0.62 165 1 0.19
Hex 0 60 48 64 0 19 3E A5 64 13
Octal 0 140 110 144 0 31 76 245 144 23
Binary 0 1100000 1001000 1100100 0 11001 111110 10100101 1100100 10011

Color Harmonies of #006048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006048

Black with #006048

Text Example


Text Example

White with #006048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006048; }

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

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

background-color css

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

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

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

border-color css

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

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

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