Html Css Color HEX #007348 Watercourse

📋 copy color: '#007348'

red 0 ◦ green 115 ◦ blue 72

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

Shades of Watercourse #007348

Tints of Watercourse #007348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.5%

R = 0%
G = 61.5%
B = 38.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#007348 (or 0x007348) is known color: Watercourse. HEX triplet: 00, 73 and 48. RGB value is (0,115,72). Sum of RGB (Red+Green+Blue) = 0+115+72=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #007348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007348 is #FF8CB7. Grayscale: #4B4B4B. Windows color (decimal): -16747704 or 4748032. OLE color: 4748032.

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

Color convert

RGB 0 115 72 -
CMYK 1 0 0.37 0.55
HSL 157.57º 1% 0.23% -
HSV(B) 157.57º 1% 0.45% -
XYZ 7.3 12.73 8.2 -
YUV 75.71 125.9 74 -
System Red Green Blue C M Y K H S L
Decimal 0 115 72 1 0 0.37 0.55 157.57 1 0.23
Hex 0 73 48 64 0 25 37 9E 64 17
Octal 0 163 110 144 0 45 67 236 144 27
Binary 0 1110011 1001000 1100100 0 100101 110111 10011110 1100100 10111

Color Harmonies of #007348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007348

Black with #007348

Text Example


Text Example

White with #007348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007348; }

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

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

background-color css

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

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

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

border-color css

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

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

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