Html Css Color HEX #036345 Watercourse

📋 copy color: '#036345'

red 3 ◦ green 99 ◦ blue 69

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

Shades of Watercourse #036345

Tints of Watercourse #036345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 57.89%

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

R = 1.75%
G = 57.89%
B = 40.35%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#036345 (or 0x036345) is known color: Watercourse. HEX triplet: 03, 63 and 45. RGB value is (3,99,69). Sum of RGB (Red+Green+Blue) = 3+99+69=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #036345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036345 is #FC9CBA. Grayscale: #424242. Windows color (decimal): -16555195 or 4547331. OLE color: 4547331.

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

Color convert

RGB 3 99 69 -
CMYK 0.97 0 0.30 0.61
HSL 161.25º 0.94% 0.2% -
HSV(B) 161.25º 0.97% 0.39% -
XYZ 5.57 9.37 7.15 -
YUV 66.88 129.2 82.44 -
System Red Green Blue C M Y K H S L
Decimal 3 99 69 0.97 0 0.30 0.61 161.25 0.94 0.2
Hex 3 63 45 61 0 1E 3D A1 5E 14
Octal 3 143 105 141 0 36 75 241 136 24
Binary 11 1100011 1000101 1100001 0 11110 111101 10100001 1011110 10100

Color Harmonies of #036345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036345

Black with #036345

Text Example


Text Example

White with #036345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036345; }

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

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

background-color css

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

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

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

border-color css

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

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

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