Html Css Color HEX #007346 Watercourse

📋 copy color: '#007346'

red 0 ◦ green 115 ◦ blue 70

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

Shades of Watercourse #007346

Tints of Watercourse #007346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.84%

R = 0%
G = 62.16%
B = 37.84%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#007346 (or 0x007346) is known color: Watercourse. HEX triplet: 00, 73 and 46. RGB value is (0,115,70). Sum of RGB (Red+Green+Blue) = 0+115+70=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #007346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007346 is #FF8CB9. Grayscale: #4B4B4B. Windows color (decimal): -16747706 or 4616960. OLE color: 4616960.

HSL color Cylindrical-coordinate representation of color #007346: hue angle of 156.52º 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 #007346 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 115 70 -
CMYK 1 0 0.39 0.55
HSL 156.52º 1% 0.23% -
HSV(B) 156.52º 1% 0.45% -
XYZ 7.24 12.7 7.87 -
YUV 75.49 124.9 74.16 -
System Red Green Blue C M Y K H S L
Decimal 0 115 70 1 0 0.39 0.55 156.52 1 0.23
Hex 0 73 46 64 0 27 37 9D 64 17
Octal 0 163 106 144 0 47 67 235 144 27
Binary 0 1110011 1000110 1100100 0 100111 110111 10011101 1100100 10111

Color Harmonies of #007346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007346

Black with #007346

Text Example


Text Example

White with #007346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007346; }

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

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

background-color css

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

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

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

border-color css

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

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

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