#00834B

Color #00834B Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #00834B

Tints of Watercourse #00834B

Color information

#00834B (or 0x00834B) is unknown color: approx Watercourse. HEX triplet: 00, 83 and 4B. RGB value is (0,131,75). Sum of RGB (Red+Green+Blue) = 0+131+75=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 131 (51.56% from 255 or 63.59% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 131 - color contains mainly: green. Hex color #00834B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00834B is #FF7CB4. Grayscale: #555555. Windows color (decimal): -16743605 or 4948736. OLE color: 4948736.

HSL color Cylindrical-coordinate representation of color #00834B: hue angle of 154.35º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00834B is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB013175-
CMYK100.430.49
HSL154.35º100%25.69%-
HSV(B)154.35º100%51.37%-
XYZ9.3916.749.39-
YUV85.45122.167.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 131 (51.56% from 255) = 63.59%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=0%
G=63.59%
B=36.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013175100.430.49154.3510025.69
Hex0834B6402B319a641a
Octal02031131440536123214432
Binary01000001110010111100100010101111000110011010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00834B; }

 p { color: rgb(0,131,75); }

 H1.HeaderClassName
 {
   color: #00834B;
 }
 .AnyTagClassName
 {
   color: #00834B;
 }
</style>
background-color css

<style>
 a { background-color: #00834B; }

 a { background-color: rgb(0,131,75); }

 div.DivClassName
 {
   background-color: #00834B;
 }
 .BgClassName
 {
   background-color: #00834B;
 }
</style>
border-color css

<style>
 span { border-color: #00834B; }

 span { border-color: rgb(0,131,75); }

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