Html Css Color HEX #036245 Watercourse

📋 copy color: '#036245'

red 3 ◦ green 98 ◦ blue 69

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

Shades of Watercourse #036245

Tints of Watercourse #036245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 40.59%

R = 1.76%
G = 57.65%
B = 40.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#036245 (or 0x036245) is known color: Watercourse. HEX triplet: 03, 62 and 45. RGB value is (3,98,69). Sum of RGB (Red+Green+Blue) = 3+98+69=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #036245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036245 is #FC9DBA. Grayscale: #424242. Windows color (decimal): -16555451 or 4547075. OLE color: 4547075.

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

Color convert

RGB 3 98 69 -
CMYK 0.97 0 0.30 0.62
HSL 161.68º 0.94% 0.2% -
HSV(B) 161.68º 0.97% 0.38% -
XYZ 5.48 9.18 7.11 -
YUV 66.29 129.53 82.86 -
System Red Green Blue C M Y K H S L
Decimal 3 98 69 0.97 0 0.30 0.62 161.68 0.94 0.2
Hex 3 62 45 61 0 1E 3E A2 5E 14
Octal 3 142 105 141 0 36 76 242 136 24
Binary 11 1100010 1000101 1100001 0 11110 111110 10100010 1011110 10100

Color Harmonies of #036245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036245

Black with #036245

Text Example


Text Example

White with #036245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036245; }

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

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

background-color css

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

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

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

border-color css

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

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

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