Html Css Color HEX #10824A Salem

📋 copy color: '#10824A'

red 16 ◦ green 130 ◦ blue 74

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

Shades of Salem #10824A

Tints of Salem #10824A

RGB

 RED value IS 16 (6.64% from 255) = 7.27%

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

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

R = 7.27%
G = 59.09%
B = 33.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#10824A (or 0x10824A) is known color: Salem. HEX triplet: 10, 82 and 4A. RGB value is (16,130,74). Sum of RGB (Red+Green+Blue) = 16+130+74=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #10824A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10824A is #EF7DB5. Grayscale: #595959. Windows color (decimal): -15695286 or 4882960. OLE color: 4882960.

HSL color Cylindrical-coordinate representation of color #10824A: hue angle of 150.53º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10824A is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 130 74 -
CMYK 0.88 0 0.43 0.49
HSL 150.53º 0.78% 0.29% -
HSV(B) 150.53º 0.88% 0.51% -
XYZ 9.43 16.57 9.18 -
YUV 89.53 119.23 75.55 -
System Red Green Blue C M Y K H S L
Decimal 16 130 74 0.88 0 0.43 0.49 150.53 0.78 0.29
Hex 10 82 4A 58 0 2B 31 97 4E 1D
Octal 20 202 112 130 0 53 61 227 116 35
Binary 10000 10000010 1001010 1011000 0 101011 110001 10010111 1001110 11101

Color Harmonies of #10824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10824A

Black with #10824A

Text Example


Text Example

White with #10824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,130,74); }

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

background-color css

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

 a { background-color: rgb(16,130,74); }

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

border-color css

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

 span { border-color: rgb(16,130,74); }

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