Html Css Color HEX #10513B Sherwood Green

📋 copy color: '#10513B'

red 16 ◦ green 81 ◦ blue 59

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

Shades of Sherwood Green #10513B

Tints of Sherwood Green #10513B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.92%

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

R = 10.26%
G = 51.92%
B = 37.82%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#10513B (or 0x10513B) is known color: Sherwood Green. HEX triplet: 10, 51 and 3B. RGB value is (16,81,59). Sum of RGB (Red+Green+Blue) = 16+81+59=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #10513B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10513B is #EFAEC4. Grayscale: #3B3B3B. Windows color (decimal): -15707845 or 3887376. OLE color: 3887376.

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

Color convert

RGB 16 81 59 -
CMYK 0.80 0 0.27 0.68
HSL 159.69º 0.67% 0.19% -
HSV(B) 159.69º 0.8% 0.32% -
XYZ 3.95 6.31 5.15 -
YUV 59.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 16 81 59 0.80 0 0.27 0.68 159.69 0.67 0.19
Hex 10 51 3B 50 0 1B 44 A0 43 13
Octal 20 121 73 120 0 33 104 240 103 23
Binary 10000 1010001 111011 1010000 0 11011 1000100 10100000 1000011 10011

Color Harmonies of #10513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10513B

Black with #10513B

Text Example


Text Example

White with #10513B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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