Html Css Color HEX #01833D Salem

📋 copy color: '#01833D'

red 1 ◦ green 131 ◦ blue 61

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

Shades of Salem #01833D

Tints of Salem #01833D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.61%

R = 0.52%
G = 67.88%
B = 31.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#01833D (or 0x01833D) is known color: Salem. HEX triplet: 01, 83 and 3D. RGB value is (1,131,61). Sum of RGB (Red+Green+Blue) = 1+131+61=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 131 (51.56% from 255 or 67.88% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 131 - color contains mainly: green. Hex color #01833D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01833D is #FE7CC2. Grayscale: #545454. Windows color (decimal): -16678083 or 4031233. OLE color: 4031233.

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

Color convert

RGB 1 131 61 -
CMYK 0.99 0 0.53 0.49
HSL 147.69º 0.98% 0.26% -
HSV(B) 147.69º 0.99% 0.51% -
XYZ 8.97 16.58 7.14 -
YUV 84.15 114.93 68.69 -
System Red Green Blue C M Y K H S L
Decimal 1 131 61 0.99 0 0.53 0.49 147.69 0.98 0.26
Hex 1 83 3D 63 0 35 31 94 62 1A
Octal 1 203 75 143 0 65 61 224 142 32
Binary 1 10000011 111101 1100011 0 110101 110001 10010100 1100010 11010

Color Harmonies of #01833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01833D

Black with #01833D

Text Example


Text Example

White with #01833D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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