Html Css Color HEX #01553F Watercourse

📋 copy color: '#01553F'

red 1 ◦ green 85 ◦ blue 63

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

Shades of Watercourse #01553F

Tints of Watercourse #01553F

RGB

 RED value IS 1 (0.78% from 255) = 0.67%

 GREEN value IS 85 (33.59% from 255) = 57.05%

 BLUE value IS 63 (25% from 255) = 42.28%

R = 0.67%
G = 57.05%
B = 42.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#01553F (or 0x01553F) is known color: Watercourse. HEX triplet: 01, 55 and 3F. RGB value is (1,85,63). Sum of RGB (Red+Green+Blue) = 1+85+63=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #01553F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01553F is #FEAAC0. Grayscale: #393939. Windows color (decimal): -16689857 or 4150529. OLE color: 4150529.

HSL color Cylindrical-coordinate representation of color #01553F: hue angle of 164.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01553F is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 85 63 -
CMYK 0.99 0 0.26 0.67
HSL 164.29º 0.98% 0.17% -
HSV(B) 164.29º 0.99% 0.33% -
XYZ 4.16 6.86 5.81 -
YUV 57.38 131.17 87.79 -
System Red Green Blue C M Y K H S L
Decimal 1 85 63 0.99 0 0.26 0.67 164.29 0.98 0.17
Hex 1 55 3F 63 0 1A 43 A4 62 11
Octal 1 125 77 143 0 32 103 244 142 21
Binary 1 1010101 111111 1100011 0 11010 1000011 10100100 1100010 10001

Color Harmonies of #01553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01553F

Black with #01553F

Text Example


Text Example

White with #01553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01553F; }

 p { color: rgb(1,85,63); }

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

background-color css

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

 a { background-color: rgb(1,85,63); }

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

border-color css

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

 span { border-color: rgb(1,85,63); }

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