Html Css Color HEX #01824E Watercourse

📋 copy color: '#01824E'

red 1 ◦ green 130 ◦ blue 78

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

Shades of Watercourse #01824E

Tints of Watercourse #01824E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.32%

R = 0.48%
G = 62.2%
B = 37.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#01824E (or 0x01824E) is known color: Watercourse. HEX triplet: 01, 82 and 4E. RGB value is (1,130,78). Sum of RGB (Red+Green+Blue) = 1+130+78=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #01824E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01824E is #FE7DB1. Grayscale: #555555. Windows color (decimal): -16678322 or 5145089. OLE color: 5145089.

HSL color Cylindrical-coordinate representation of color #01824E: hue angle of 155.81º 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 #01824E is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 78 -
CMYK 0.99 0 0.40 0.49
HSL 155.81º 0.98% 0.26% -
HSV(B) 155.81º 0.99% 0.51% -
XYZ 9.37 16.52 9.9 -
YUV 85.5 123.76 67.73 -
System Red Green Blue C M Y K H S L
Decimal 1 130 78 0.99 0 0.40 0.49 155.81 0.98 0.26
Hex 1 82 4E 63 0 28 31 9C 62 1A
Octal 1 202 116 143 0 50 61 234 142 32
Binary 1 10000010 1001110 1100011 0 101000 110001 10011100 1100010 11010

Color Harmonies of #01824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01824E

Black with #01824E

Text Example


Text Example

White with #01824E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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