Html Css Color HEX #007345 Watercourse

📋 copy color: '#007345'

red 0 ◦ green 115 ◦ blue 69

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

Shades of Watercourse #007345

Tints of Watercourse #007345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 62.5%

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

R = 0%
G = 62.5%
B = 37.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#007345 (or 0x007345) is known color: Watercourse. HEX triplet: 00, 73 and 45. RGB value is (0,115,69). Sum of RGB (Red+Green+Blue) = 0+115+69=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 115 (45.31% from 255 or 62.5% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 115 - color contains mainly: green. Hex color #007345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007345 is #FF8CBA. Grayscale: #4B4B4B. Windows color (decimal): -16747707 or 4551424. OLE color: 4551424.

HSL color Cylindrical-coordinate representation of color #007345: hue angle of 156º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007345 is Cyan = 1, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 115 69 -
CMYK 1 0 0.4 0.55
HSL 156º 1% 0.23% -
HSV(B) 156º 1% 0.45% -
XYZ 7.2 12.69 7.7 -
YUV 75.37 124.4 74.24 -
System Red Green Blue C M Y K H S L
Decimal 0 115 69 1 0 0.4 0.55 156 1 0.23
Hex 0 73 45 64 0 28 37 9C 64 17
Octal 0 163 105 144 0 50 67 234 144 27
Binary 0 1110011 1000101 1100100 0 101000 110111 10011100 1100100 10111

Color Harmonies of #007345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007345

Black with #007345

Text Example


Text Example

White with #007345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007345; }

 p { color: rgb(0,115,69); }

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

background-color css

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

 a { background-color: rgb(0,115,69); }

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

border-color css

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

 span { border-color: rgb(0,115,69); }

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