Html Css Color HEX #01823E Salem

📋 copy color: '#01823E'

red 1 ◦ green 130 ◦ blue 62

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

Shades of Salem #01823E

Tints of Salem #01823E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 67.36%

 BLUE value IS 62 (24.61% from 255) = 32.12%

R = 0.52%
G = 67.36%
B = 32.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#01823E (or 0x01823E) is known color: Salem. HEX triplet: 01, 82 and 3E. RGB value is (1,130,62). Sum of RGB (Red+Green+Blue) = 1+130+62=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 130 (51.17% from 255 or 67.36% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 130 - color contains mainly: green. Hex color #01823E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01823E is #FE7DC1. Grayscale: #535353. Windows color (decimal): -16678338 or 4096513. OLE color: 4096513.

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

Color convert

RGB 1 130 62 -
CMYK 0.99 0 0.52 0.49
HSL 148.37º 0.98% 0.26% -
HSV(B) 148.37º 0.99% 0.51% -
XYZ 8.86 16.32 7.24 -
YUV 83.68 115.76 69.03 -
System Red Green Blue C M Y K H S L
Decimal 1 130 62 0.99 0 0.52 0.49 148.37 0.98 0.26
Hex 1 82 3E 63 0 34 31 94 62 1A
Octal 1 202 76 143 0 64 61 224 142 32
Binary 1 10000010 111110 1100011 0 110100 110001 10010100 1100010 11010

Color Harmonies of #01823E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01823E

Black with #01823E

Text Example


Text Example

White with #01823E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01823E; }

 p { color: rgb(1,130,62); }

 H1.HeaderClassName
 {
   color: #01823E;
 }
 .AnyTagClassName
 {
   color: #01823E;
 }
</style>

background-color css

<style>
 a { background-color: #01823E; }

 a { background-color: rgb(1,130,62); }

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

border-color css

<style>
 span { border-color: #01823E; }

 span { border-color: rgb(1,130,62); }

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