Html Css Color HEX #036248 Watercourse

📋 copy color: '#036248'

red 3 ◦ green 98 ◦ blue 72

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

Shades of Watercourse #036248

Tints of Watercourse #036248

RGB

 RED value IS 3 (1.56% from 255) = 1.73%

 GREEN value IS 98 (38.67% from 255) = 56.65%

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

R = 1.73%
G = 56.65%
B = 41.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#036248 (or 0x036248) is known color: Watercourse. HEX triplet: 03, 62 and 48. RGB value is (3,98,72). Sum of RGB (Red+Green+Blue) = 3+98+72=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #036248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036248 is #FC9DB7. Grayscale: #424242. Windows color (decimal): -16555448 or 4743683. OLE color: 4743683.

HSL color Cylindrical-coordinate representation of color #036248: hue angle of 163.58º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036248 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 98 72 -
CMYK 0.97 0 0.27 0.62
HSL 163.58º 0.94% 0.2% -
HSV(B) 163.58º 0.97% 0.38% -
XYZ 5.57 9.22 7.62 -
YUV 66.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 3 98 72 0.97 0 0.27 0.62 163.58 0.94 0.2
Hex 3 62 48 61 0 1B 3E A4 5E 14
Octal 3 142 110 141 0 33 76 244 136 24
Binary 11 1100010 1001000 1100001 0 11011 111110 10100100 1011110 10100

Color Harmonies of #036248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036248

Black with #036248

Text Example


Text Example

White with #036248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036248; }

 p { color: rgb(3,98,72); }

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

background-color css

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

 a { background-color: rgb(3,98,72); }

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

border-color css

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

 span { border-color: rgb(3,98,72); }

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