Html Css Color HEX #01834A Salem

📋 copy color: '#01834A'

red 1 ◦ green 131 ◦ blue 74

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

Shades of Salem #01834A

Tints of Salem #01834A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.92%

R = 0.49%
G = 63.59%
B = 35.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#01834A (or 0x01834A) is known color: Salem. HEX triplet: 01, 83 and 4A. RGB value is (1,131,74). Sum of RGB (Red+Green+Blue) = 1+131+74=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 131 (51.56% from 255 or 63.59% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 131 - color contains mainly: green. Hex color #01834A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01834A is #FE7CB5. Grayscale: #555555. Windows color (decimal): -16678070 or 4883201. OLE color: 4883201.

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

Color convert

RGB 1 131 74 -
CMYK 0.99 0 0.44 0.49
HSL 153.69º 0.98% 0.26% -
HSV(B) 153.69º 0.99% 0.51% -
XYZ 9.36 16.73 9.21 -
YUV 85.63 121.43 67.63 -
System Red Green Blue C M Y K H S L
Decimal 1 131 74 0.99 0 0.44 0.49 153.69 0.98 0.26
Hex 1 83 4A 63 0 2C 31 9A 62 1A
Octal 1 203 112 143 0 54 61 232 142 32
Binary 1 10000011 1001010 1100011 0 101100 110001 10011010 1100010 11010

Color Harmonies of #01834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01834A

Black with #01834A

Text Example


Text Example

White with #01834A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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