Html Css Color HEX #16513F Sherwood Green

📋 copy color: '#16513F'

red 22 ◦ green 81 ◦ blue 63

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

Shades of Sherwood Green #16513F

Tints of Sherwood Green #16513F

RGB

 RED value IS 22 (8.98% from 255) = 13.25%

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

 BLUE value IS 63 (25% from 255) = 37.95%

R = 13.25%
G = 48.8%
B = 37.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#16513F (or 0x16513F) is known color: Sherwood Green. HEX triplet: 16, 51 and 3F. RGB value is (22,81,63). Sum of RGB (Red+Green+Blue) = 22+81+63=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #16513F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16513F is #E9AEC0. Grayscale: #3D3D3D. Windows color (decimal): -15314625 or 4149526. OLE color: 4149526.

HSL color Cylindrical-coordinate representation of color #16513F: hue angle of 161.69º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16513F is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 22 81 63 -
CMYK 0.73 0 0.22 0.68
HSL 161.69º 0.57% 0.2% -
HSV(B) 161.69º 0.73% 0.32% -
XYZ 4.17 6.41 5.72 -
YUV 61.31 128.95 99.96 -
System Red Green Blue C M Y K H S L
Decimal 22 81 63 0.73 0 0.22 0.68 161.69 0.57 0.2
Hex 16 51 3F 49 0 16 44 A2 39 14
Octal 26 121 77 111 0 26 104 242 71 24
Binary 10110 1010001 111111 1001001 0 10110 1000100 10100010 111001 10100

Color Harmonies of #16513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16513F

Black with #16513F

Text Example


Text Example

White with #16513F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,81,63); }

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

background-color css

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

 a { background-color: rgb(22,81,63); }

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

border-color css

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

 span { border-color: rgb(22,81,63); }

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