Html Css Color HEX #01834D Watercourse

📋 copy color: '#01834D'

red 1 ◦ green 131 ◦ blue 77

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

Shades of Watercourse #01834D

Tints of Watercourse #01834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 62.68%

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

R = 0.48%
G = 62.68%
B = 36.84%

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

#01834D (or 0x01834D) is known color: Watercourse. HEX triplet: 01, 83 and 4D. RGB value is (1,131,77). Sum of RGB (Red+Green+Blue) = 1+131+77=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 131 (51.56% from 255 or 62.68% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 131 - color contains mainly: green. Hex color #01834D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01834D is #FE7CB2. Grayscale: #565656. Windows color (decimal): -16678067 or 5079809. OLE color: 5079809.

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

Color convert

RGB 1 131 77 -
CMYK 0.99 0 0.41 0.49
HSL 155.08º 0.98% 0.26% -
HSV(B) 155.08º 0.99% 0.51% -
XYZ 9.47 16.77 9.76 -
YUV 85.97 122.93 67.39 -
System Red Green Blue C M Y K H S L
Decimal 1 131 77 0.99 0 0.41 0.49 155.08 0.98 0.26
Hex 1 83 4D 63 0 29 31 9B 62 1A
Octal 1 203 115 143 0 51 61 233 142 32
Binary 1 10000011 1001101 1100011 0 101001 110001 10011011 1100010 11010

Color Harmonies of #01834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01834D

Black with #01834D

Text Example


Text Example

White with #01834D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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