Html Css Color HEX #05614A Watercourse

📋 copy color: '#05614A'

red 5 ◦ green 97 ◦ blue 74

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

Shades of Watercourse #05614A

Tints of Watercourse #05614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 42.05%

R = 2.84%
G = 55.11%
B = 42.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#05614A (or 0x05614A) is known color: Watercourse. HEX triplet: 05, 61 and 4A. RGB value is (5,97,74). Sum of RGB (Red+Green+Blue) = 5+97+74=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #05614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05614A is #FA9EB5. Grayscale: #424242. Windows color (decimal): -16424630 or 4874501. OLE color: 4874501.

HSL color Cylindrical-coordinate representation of color #05614A: hue angle of 165º 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 #05614A is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 97 74 -
CMYK 0.95 0 0.24 0.62
HSL 165º 0.9% 0.2% -
HSV(B) 165º 0.95% 0.38% -
XYZ 5.57 9.08 7.94 -
YUV 66.87 132.02 83.87 -
System Red Green Blue C M Y K H S L
Decimal 5 97 74 0.95 0 0.24 0.62 165 0.9 0.2
Hex 5 61 4A 5F 0 18 3E A5 5A 14
Octal 5 141 112 137 0 30 76 245 132 24
Binary 101 1100001 1001010 1011111 0 11000 111110 10100101 1011010 10100

Color Harmonies of #05614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05614A

Black with #05614A

Text Example


Text Example

White with #05614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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