Html Css Color HEX #01853D Salem

📋 copy color: '#01853D'

red 1 ◦ green 133 ◦ blue 61

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

Shades of Salem #01853D

Tints of Salem #01853D

RGB

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

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

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

R = 0.51%
G = 68.21%
B = 31.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#01853D (or 0x01853D) is known color: Salem. HEX triplet: 01, 85 and 3D. RGB value is (1,133,61). Sum of RGB (Red+Green+Blue) = 1+133+61=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 133 (52.34% from 255 or 68.21% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 133 - color contains mainly: green. Hex color #01853D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01853D is #FE7AC2. Grayscale: #555555. Windows color (decimal): -16677571 or 4031745. OLE color: 4031745.

HSL color Cylindrical-coordinate representation of color #01853D: hue angle of 147.27º 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 #01853D is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 61 -
CMYK 0.99 0 0.54 0.48
HSL 147.27º 0.99% 0.26% -
HSV(B) 147.27º 0.99% 0.52% -
XYZ 9.24 17.12 7.23 -
YUV 85.32 114.27 67.85 -
System Red Green Blue C M Y K H S L
Decimal 1 133 61 0.99 0 0.54 0.48 147.27 0.99 0.26
Hex 1 85 3D 63 0 36 30 93 63 1A
Octal 1 205 75 143 0 66 60 223 143 32
Binary 1 10000101 111101 1100011 0 110110 110000 10010011 1100011 11010

Color Harmonies of #01853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01853D

Black with #01853D

Text Example


Text Example

White with #01853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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