Html Css Color HEX #01853F Salem

📋 copy color: '#01853F'

red 1 ◦ green 133 ◦ blue 63

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

Shades of Salem #01853F

Tints of Salem #01853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 67.51%

 BLUE value IS 63 (25% from 255) = 31.98%

R = 0.51%
G = 67.51%
B = 31.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#01853F (or 0x01853F) is known color: Salem. HEX triplet: 01, 85 and 3F. RGB value is (1,133,63). Sum of RGB (Red+Green+Blue) = 1+133+63=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 133 (52.34% from 255 or 67.51% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 133 - color contains mainly: green. Hex color #01853F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01853F is #FE7AC0. Grayscale: #555555. Windows color (decimal): -16677569 or 4162817. OLE color: 4162817.

HSL color Cylindrical-coordinate representation of color #01853F: hue angle of 148.18º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01853F is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 63 -
CMYK 0.99 0 0.53 0.48
HSL 148.18º 0.99% 0.26% -
HSV(B) 148.18º 0.99% 0.52% -
XYZ 9.3 17.14 7.52 -
YUV 85.55 115.27 67.69 -
System Red Green Blue C M Y K H S L
Decimal 1 133 63 0.99 0 0.53 0.48 148.18 0.99 0.26
Hex 1 85 3F 63 0 35 30 94 63 1A
Octal 1 205 77 143 0 65 60 224 143 32
Binary 1 10000101 111111 1100011 0 110101 110000 10010100 1100011 11010

Color Harmonies of #01853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01853F

Black with #01853F

Text Example


Text Example

White with #01853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01853F; }

 p { color: rgb(1,133,63); }

 H1.HeaderClassName
 {
   color: #01853F;
 }
 .AnyTagClassName
 {
   color: #01853F;
 }
</style>

background-color css

<style>
 a { background-color: #01853F; }

 a { background-color: rgb(1,133,63); }

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

border-color css

<style>
 span { border-color: #01853F; }

 span { border-color: rgb(1,133,63); }

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