Html Css Color HEX #055945 Watercourse

📋 copy color: '#055945'

red 5 ◦ green 89 ◦ blue 69

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

Shades of Watercourse #055945

Tints of Watercourse #055945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 54.6%

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

R = 3.07%
G = 54.6%
B = 42.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#055945 (or 0x055945) is known color: Watercourse. HEX triplet: 05, 59 and 45. RGB value is (5,89,69). Sum of RGB (Red+Green+Blue) = 5+89+69=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #055945 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055945 is #FAA6BA. Grayscale: #3D3D3D. Windows color (decimal): -16426683 or 4544773. OLE color: 4544773.

HSL color Cylindrical-coordinate representation of color #055945: hue angle of 165.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055945 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 89 69 -
CMYK 0.94 0 0.22 0.65
HSL 165.71º 0.89% 0.18% -
HSV(B) 165.71º 0.94% 0.35% -
XYZ 4.71 7.61 6.85 -
YUV 61.6 132.17 87.63 -
System Red Green Blue C M Y K H S L
Decimal 5 89 69 0.94 0 0.22 0.65 165.71 0.89 0.18
Hex 5 59 45 5E 0 16 41 A6 59 12
Octal 5 131 105 136 0 26 101 246 131 22
Binary 101 1011001 1000101 1011110 0 10110 1000001 10100110 1011001 10010

Color Harmonies of #055945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055945

Black with #055945

Text Example


Text Example

White with #055945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055945; }

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

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

background-color css

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

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

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

border-color css

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

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

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