Html Css Color HEX #163A30 Sherwood Green

📋 copy color: '#163A30'

red 22 ◦ green 58 ◦ blue 48

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

Shades of Sherwood Green #163A30

Tints of Sherwood Green #163A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 37.5%

R = 17.19%
G = 45.31%
B = 37.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.77

RGB Variations

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

Color information

#163A30 (or 0x163A30) is known color: Sherwood Green. HEX triplet: 16, 3A and 30. RGB value is (22,58,48). Sum of RGB (Red+Green+Blue) = 22+58+48=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 58 (23.05% from 255 or 45.31% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 58 - color contains mainly: green. Hex color #163A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A30 is #E9C5CF. Grayscale: #2E2E2E. Windows color (decimal): -15320528 or 3160598. OLE color: 3160598.

HSL color Cylindrical-coordinate representation of color #163A30: hue angle of 163.33º 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 #163A30 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB 22 58 48 -
CMYK 0.62 0 0.17 0.77
HSL 163.33º 0.45% 0.16% -
HSV(B) 163.33º 0.62% 0.23% -
XYZ 2.38 3.41 3.33 -
YUV 46.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 22 58 48 0.62 0 0.17 0.77 163.33 0.45 0.16
Hex 16 3A 30 3E 0 11 4D A3 2D 10
Octal 26 72 60 76 0 21 115 243 55 20
Binary 10110 111010 110000 111110 0 10001 1001101 10100011 101101 10000

Color Harmonies of #163A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163A30

Black with #163A30

Text Example


Text Example

White with #163A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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