Html Css Color HEX #163A2E Sherwood Green

📋 copy color: '#163A2E'

red 22 ◦ green 58 ◦ blue 46

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

Shades of Sherwood Green #163A2E

Tints of Sherwood Green #163A2E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 46.03%

 BLUE value IS 46 (18.36% from 255) = 36.51%

R = 17.46%
G = 46.03%
B = 36.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.77

RGB Variations

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

Color information

#163A2E (or 0x163A2E) is known color: Sherwood Green. HEX triplet: 16, 3A and 2E. RGB value is (22,58,46). Sum of RGB (Red+Green+Blue) = 22+58+46=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 58 - color contains mainly: green. Hex color #163A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A2E is #E9C5D1. Grayscale: #2D2D2D. Windows color (decimal): -15320530 or 3029526. OLE color: 3029526.

HSL color Cylindrical-coordinate representation of color #163A2E: hue angle of 160º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #163A2E is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.77.

Color convert

RGB 22 58 46 -
CMYK 0.62 0 0.21 0.77
HSL 160º 0.45% 0.16% -
HSV(B) 160º 0.62% 0.23% -
XYZ 2.34 3.39 3.12 -
YUV 45.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 22 58 46 0.62 0 0.21 0.77 160 0.45 0.16
Hex 16 3A 2E 3E 0 15 4D A0 2D 10
Octal 26 72 56 76 0 25 115 240 55 20
Binary 10110 111010 101110 111110 0 10101 1001101 10100000 101101 10000

Color Harmonies of #163A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163A2E

Black with #163A2E

Text Example


Text Example

White with #163A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163A2E; }

 p { color: rgb(22,58,46); }

 H1.HeaderClassName
 {
   color: #163A2E;
 }
 .AnyTagClassName
 {
   color: #163A2E;
 }
</style>

background-color css

<style>
 a { background-color: #163A2E; }

 a { background-color: rgb(22,58,46); }

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

border-color css

<style>
 span { border-color: #163A2E; }

 span { border-color: rgb(22,58,46); }

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