Html Css Color HEX #046345 Watercourse

📋 copy color: '#046345'

red 4 ◦ green 99 ◦ blue 69

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

Shades of Watercourse #046345

Tints of Watercourse #046345

RGB

 RED value IS 4 (1.95% from 255) = 2.33%

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

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

R = 2.33%
G = 57.56%
B = 40.12%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#046345 (or 0x046345) is known color: Watercourse. HEX triplet: 04, 63 and 45. RGB value is (4,99,69). Sum of RGB (Red+Green+Blue) = 4+99+69=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #046345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046345 is #FB9CBA. Grayscale: #434343. Windows color (decimal): -16489659 or 4547332. OLE color: 4547332.

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

Color convert

RGB 4 99 69 -
CMYK 0.96 0 0.30 0.61
HSL 161.05º 0.92% 0.2% -
HSV(B) 161.05º 0.96% 0.39% -
XYZ 5.59 9.38 7.15 -
YUV 67.18 129.03 82.94 -
System Red Green Blue C M Y K H S L
Decimal 4 99 69 0.96 0 0.30 0.61 161.05 0.92 0.2
Hex 4 63 45 60 0 1E 3D A1 5C 14
Octal 4 143 105 140 0 36 75 241 134 24
Binary 100 1100011 1000101 1100000 0 11110 111101 10100001 1011100 10100

Color Harmonies of #046345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046345

Black with #046345

Text Example


Text Example

White with #046345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046345; }

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

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

background-color css

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

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

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

border-color css

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

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

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