Html Css Color HEX #10824F Salem

📋 copy color: '#10824F'

red 16 ◦ green 130 ◦ blue 79

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

Shades of Salem #10824F

Tints of Salem #10824F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.11%

R = 7.11%
G = 57.78%
B = 35.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#10824F (or 0x10824F) is known color: Salem. HEX triplet: 10, 82 and 4F. RGB value is (16,130,79). Sum of RGB (Red+Green+Blue) = 16+130+79=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #10824F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10824F is #EF7DB0. Grayscale: #5A5A5A. Windows color (decimal): -15695281 or 5210640. OLE color: 5210640.

HSL color Cylindrical-coordinate representation of color #10824F: hue angle of 153.16º 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 #10824F is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 130 79 -
CMYK 0.88 0 0.39 0.49
HSL 153.16º 0.78% 0.29% -
HSV(B) 153.16º 0.88% 0.51% -
XYZ 9.61 16.64 10.1 -
YUV 90.1 121.73 75.15 -
System Red Green Blue C M Y K H S L
Decimal 16 130 79 0.88 0 0.39 0.49 153.16 0.78 0.29
Hex 10 82 4F 58 0 27 31 99 4E 1D
Octal 20 202 117 130 0 47 61 231 116 35
Binary 10000 10000010 1001111 1011000 0 100111 110001 10011001 1001110 11101

Color Harmonies of #10824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10824F

Black with #10824F

Text Example


Text Example

White with #10824F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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