Html Css Color HEX #01834C Salem

📋 copy color: '#01834C'

red 1 ◦ green 131 ◦ blue 76

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

Shades of Salem #01834C

Tints of Salem #01834C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.54%

R = 0.48%
G = 62.98%
B = 36.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#01834C (or 0x01834C) is known color: Salem. HEX triplet: 01, 83 and 4C. RGB value is (1,131,76). Sum of RGB (Red+Green+Blue) = 1+131+76=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 131 (51.56% from 255 or 62.98% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 131 - color contains mainly: green. Hex color #01834C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01834C is #FE7CB3. Grayscale: #555555. Windows color (decimal): -16678068 or 5014273. OLE color: 5014273.

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

Color convert

RGB 1 131 76 -
CMYK 0.99 0 0.42 0.49
HSL 154.62º 0.98% 0.26% -
HSV(B) 154.62º 0.99% 0.51% -
XYZ 9.43 16.76 9.58 -
YUV 85.86 122.43 67.47 -
System Red Green Blue C M Y K H S L
Decimal 1 131 76 0.99 0 0.42 0.49 154.62 0.98 0.26
Hex 1 83 4C 63 0 2A 31 9B 62 1A
Octal 1 203 114 143 0 52 61 233 142 32
Binary 1 10000011 1001100 1100011 0 101010 110001 10011011 1100010 11010

Color Harmonies of #01834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01834C

Black with #01834C

Text Example


Text Example

White with #01834C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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