Html Css Color HEX #01824D Watercourse

📋 copy color: '#01824D'

red 1 ◦ green 130 ◦ blue 77

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

Shades of Watercourse #01824D

Tints of Watercourse #01824D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 62.5%

 BLUE value IS 77 (30.47% from 255) = 37.02%

R = 0.48%
G = 62.5%
B = 37.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#01824D (or 0x01824D) is known color: Watercourse. HEX triplet: 01, 82 and 4D. RGB value is (1,130,77). Sum of RGB (Red+Green+Blue) = 1+130+77=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #01824D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01824D is #FE7DB2. Grayscale: #555555. Windows color (decimal): -16678323 or 5079553. OLE color: 5079553.

HSL color Cylindrical-coordinate representation of color #01824D: hue angle of 155.35º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01824D is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 77 -
CMYK 0.99 0 0.41 0.49
HSL 155.35º 0.98% 0.26% -
HSV(B) 155.35º 0.99% 0.51% -
XYZ 9.33 16.51 9.72 -
YUV 85.39 123.26 67.81 -
System Red Green Blue C M Y K H S L
Decimal 1 130 77 0.99 0 0.41 0.49 155.35 0.98 0.26
Hex 1 82 4D 63 0 29 31 9B 62 1A
Octal 1 202 115 143 0 51 61 233 142 32
Binary 1 10000010 1001101 1100011 0 101001 110001 10011011 1100010 11010

Color Harmonies of #01824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01824D

Black with #01824D

Text Example


Text Example

White with #01824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01824D; }

 p { color: rgb(1,130,77); }

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

background-color css

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

 a { background-color: rgb(1,130,77); }

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

border-color css

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

 span { border-color: rgb(1,130,77); }

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