Html Css Color HEX #056145 Watercourse

📋 copy color: '#056145'

red 5 ◦ green 97 ◦ blue 69

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

Shades of Watercourse #056145

Tints of Watercourse #056145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.73%

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

R = 2.92%
G = 56.73%
B = 40.35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#056145 (or 0x056145) is known color: Watercourse. HEX triplet: 05, 61 and 45. RGB value is (5,97,69). Sum of RGB (Red+Green+Blue) = 5+97+69=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #056145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056145 is #FA9EBA. Grayscale: #424242. Windows color (decimal): -16424635 or 4546821. OLE color: 4546821.

HSL color Cylindrical-coordinate representation of color #056145: hue angle of 161.74º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056145 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 97 69 -
CMYK 0.95 0 0.29 0.62
HSL 161.74º 0.9% 0.2% -
HSV(B) 161.74º 0.95% 0.38% -
XYZ 5.41 9.01 7.08 -
YUV 66.3 129.52 84.28 -
System Red Green Blue C M Y K H S L
Decimal 5 97 69 0.95 0 0.29 0.62 161.74 0.9 0.2
Hex 5 61 45 5F 0 1D 3E A2 5A 14
Octal 5 141 105 137 0 35 76 242 132 24
Binary 101 1100001 1000101 1011111 0 11101 111110 10100010 1011010 10100

Color Harmonies of #056145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056145

Black with #056145

Text Example


Text Example

White with #056145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056145; }

 p { color: rgb(5,97,69); }

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

background-color css

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

 a { background-color: rgb(5,97,69); }

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

border-color css

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

 span { border-color: rgb(5,97,69); }

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