Html Css Color HEX #056848 Watercourse

📋 copy color: '#056848'

red 5 ◦ green 104 ◦ blue 72

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

Shades of Watercourse #056848

Tints of Watercourse #056848

RGB

 RED value IS 5 (2.34% from 255) = 2.76%

 GREEN value IS 104 (41.02% from 255) = 57.46%

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

R = 2.76%
G = 57.46%
B = 39.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#056848 (or 0x056848) is known color: Watercourse. HEX triplet: 05, 68 and 48. RGB value is (5,104,72). Sum of RGB (Red+Green+Blue) = 5+104+72=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #056848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056848 is #FA97B7. Grayscale: #464646. Windows color (decimal): -16422840 or 4745221. OLE color: 4745221.

HSL color Cylindrical-coordinate representation of color #056848: hue angle of 160.61º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056848 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 104 72 -
CMYK 0.95 0 0.31 0.59
HSL 160.61º 0.91% 0.21% -
HSV(B) 160.61º 0.95% 0.41% -
XYZ 6.18 10.4 7.81 -
YUV 70.75 128.7 81.1 -
System Red Green Blue C M Y K H S L
Decimal 5 104 72 0.95 0 0.31 0.59 160.61 0.91 0.21
Hex 5 68 48 5F 0 1F 3B A1 5B 15
Octal 5 150 110 137 0 37 73 241 133 25
Binary 101 1101000 1001000 1011111 0 11111 111011 10100001 1011011 10101

Color Harmonies of #056848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056848

Black with #056848

Text Example


Text Example

White with #056848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056848; }

 p { color: rgb(5,104,72); }

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

background-color css

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

 a { background-color: rgb(5,104,72); }

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

border-color css

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

 span { border-color: rgb(5,104,72); }

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