Html Css Color HEX #005B42 Watercourse

📋 copy color: '#005B42'

red 0 ◦ green 91 ◦ blue 66

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

Shades of Watercourse #005B42

Tints of Watercourse #005B42

RGB

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

 GREEN value IS 91 (35.94% from 255) = 57.96%

 BLUE value IS 66 (26.17% from 255) = 42.04%

R = 0%
G = 57.96%
B = 42.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#005B42 (or 0x005B42) is known color: Watercourse. HEX triplet: 00, 5B and 42. RGB value is (0,91,66). Sum of RGB (Red+Green+Blue) = 0+91+66=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 91 (35.94% from 255 or 57.96% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 91 - color contains mainly: green. Hex color #005B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005B42 is #FFA4BD. Grayscale: #3C3C3C. Windows color (decimal): -16753854 or 4348672. OLE color: 4348672.

HSL color Cylindrical-coordinate representation of color #005B42: hue angle of 163.52º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B42 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 91 66 -
CMYK 1 0 0.27 0.64
HSL 163.52º 1% 0.18% -
HSV(B) 163.52º 1% 0.36% -
XYZ 4.72 7.88 6.43 -
YUV 60.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 0 91 66 1 0 0.27 0.64 163.52 1 0.18
Hex 0 5B 42 64 0 1B 40 A4 64 12
Octal 0 133 102 144 0 33 100 244 144 22
Binary 0 1011011 1000010 1100100 0 11011 1000000 10100100 1100100 10010

Color Harmonies of #005B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B42

Black with #005B42

Text Example


Text Example

White with #005B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005B42; }

 p { color: rgb(0,91,66); }

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

background-color css

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

 a { background-color: rgb(0,91,66); }

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

border-color css

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

 span { border-color: rgb(0,91,66); }

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