Html Css Color HEX #006348 Watercourse

📋 copy color: '#006348'

red 0 ◦ green 99 ◦ blue 72

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

Shades of Watercourse #006348

Tints of Watercourse #006348

RGB

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

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

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

R = 0%
G = 57.89%
B = 42.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#006348 (or 0x006348) is known color: Watercourse. HEX triplet: 00, 63 and 48. RGB value is (0,99,72). Sum of RGB (Red+Green+Blue) = 0+99+72=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #006348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006348 is #FF9CB7. Grayscale: #424242. Windows color (decimal): -16751800 or 4743936. OLE color: 4743936.

HSL color Cylindrical-coordinate representation of color #006348: hue angle of 163.64º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006348 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 99 72 -
CMYK 1 0 0.27 0.61
HSL 163.64º 1% 0.19% -
HSV(B) 163.64º 1% 0.39% -
XYZ 5.63 9.39 7.65 -
YUV 66.32 131.2 80.7 -
System Red Green Blue C M Y K H S L
Decimal 0 99 72 1 0 0.27 0.61 163.64 1 0.19
Hex 0 63 48 64 0 1B 3D A4 64 13
Octal 0 143 110 144 0 33 75 244 144 23
Binary 0 1100011 1001000 1100100 0 11011 111101 10100100 1100100 10011

Color Harmonies of #006348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006348

Black with #006348

Text Example


Text Example

White with #006348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006348; }

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

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

background-color css

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

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

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

border-color css

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

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

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