Html Css Color HEX #10503B Sherwood Green

📋 copy color: '#10503B'

red 16 ◦ green 80 ◦ blue 59

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

Shades of Sherwood Green #10503B

Tints of Sherwood Green #10503B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.61%

 BLUE value IS 59 (23.44% from 255) = 38.06%

R = 10.32%
G = 51.61%
B = 38.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#10503B (or 0x10503B) is known color: Sherwood Green. HEX triplet: 10, 50 and 3B. RGB value is (16,80,59). Sum of RGB (Red+Green+Blue) = 16+80+59=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #10503B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10503B is #EFAFC4. Grayscale: #3A3A3A. Windows color (decimal): -15708101 or 3887120. OLE color: 3887120.

HSL color Cylindrical-coordinate representation of color #10503B: hue angle of 160.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10503B is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 80 59 -
CMYK 0.80 0 0.26 0.69
HSL 160.31º 0.67% 0.19% -
HSV(B) 160.31º 0.8% 0.31% -
XYZ 3.87 6.16 5.12 -
YUV 58.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 16 80 59 0.80 0 0.26 0.69 160.31 0.67 0.19
Hex 10 50 3B 50 0 1A 45 A0 43 13
Octal 20 120 73 120 0 32 105 240 103 23
Binary 10000 1010000 111011 1010000 0 11010 1000101 10100000 1000011 10011

Color Harmonies of #10503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10503B

Black with #10503B

Text Example


Text Example

White with #10503B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10503B; }

 p { color: rgb(16,80,59); }

 H1.HeaderClassName
 {
   color: #10503B;
 }
 .AnyTagClassName
 {
   color: #10503B;
 }
</style>

background-color css

<style>
 a { background-color: #10503B; }

 a { background-color: rgb(16,80,59); }

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

border-color css

<style>
 span { border-color: #10503B; }

 span { border-color: rgb(16,80,59); }

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